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 | 邨ゎ∟閹 | 1110011110110101100000101110110010000111100110001110100010000110 | e7b582ec8798e886 |
EUC-JP | 邨ゎ?閹 | 11101110101101111010010011101110001111111110111111100110 | eeb7a4ee3fefe6 |
UTF-8 | 邨ゎ∟閹 | 111010011000001010101000111000111000001010001110111000101000100010011111111010011001011010111001 | e982a8e3828ee2889fe996b9 |
UHC | 邨ゎ?? | 111101011011111010101010111011100011111100111111 | f5beaaee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)