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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訝??節? | 11100110011000100011111100111111100100001101111100111111 | e6623f3f90df3f |
EUC-JP | 訝??節? | 11101011110000110011111100111111110000001110000100111111 | ebc33f3fc0e13f |
UTF-8 | 訝딈눛節툫 | 111010001010100010011101111010111001010010001000111010111000100010011011111001111010111110000000111011011000100010101011 | e8a89deb9488eb889be7af80ed88ab |
UHC | 訝딈눛節툫 | 11100100101110001000101011101110100001111011001111101111101111011011100101000010 | e4b88aee87b3efbdb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)