To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雄鈍?闇 | 10010111010110011001001111011101001111111000100011000101 | 975993dd3f88c5 |
EUC-JP | 雄鈍?闇 | 11001101101110101100011011011111001111111011000011000111 | cdbac6df3fb0c7 |
UTF-8 | 雄鈍씨闇 | 111010011001101110000100111010011000100010001101111011001001010010101000111010011001011110000111 | e99b84e9888dec94a8e99787 |
UHC | 雄鈍씨闇 | 1110101010101001110101001110111110111110101111101110010011100001 | eaa9d4efbebee4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)