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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 褥μ?B | 111001011111000110000011110010100011111101000010 | e5f183ca3f42 |
EUC-JP | 褥μ?B | 111010101111001110100110110011000011111101000010 | eaf3a6cc3f42 |
UTF-8 | 褥μ꽢B | 111010001010010010100101110011101011110011101010101111011010001001000010 | e8a4a5cebceabda242 |
UHC | 褥μ꽢B | 11101001101100111010010111101100100001001010111101000010 | e9b3a5ec84af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)