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 | 懈?偕? | 100111001110011000111111100110001111000100111111 | 9ce63f98f13f |
EUC-JP | 懈?偕? | 110110001110100000111111110100001111001100111111 | d8e83fd0f33f |
UTF-8 | 懈렮偕렯 | 111001101000011110001000111010111010000010101110111001011000000110010101111010111010000010101111 | e68788eba0aee58195eba0af |
UHC | 懈렮偕렯 | 1111101010101011100011101011101111111010101001011000111010111100 | faab8ebbfaa58ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)