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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 縣室[縣室[^ | 1110001101110000100011101011101001011011111000110111000010001110101110100101101101011110 | e3708eba5be3708eba5b5e |
EUC-JP | 縣室[縣室[^ | 1110010111010001101111001011110001011011111001011101000110111100101111000101101101011110 | e5d1bcbc5be5d1bcbc5b5e |
UTF-8 | 縣室[縣室[^ | 111001111011100010100011111001011010111010100100010110111110011110111000101000111110010110101110101001000101101101011110 | e7b8a3e5aea45be7b8a3e5aea45b5e |
UHC | 縣室[縣室[^ | 1111101011100011111000111111100001011011111110101110001111100011111110000101101101011110 | fae3e3f85bfae3e3f85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)