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 | 馨?馨? | 100010100101110100111111100010100101110100111111 | 8a5d3f8a5d3f |
EUC-JP | 馨?馨? | 101100111011111000111111101100111011111000111111 | b3be3fb3be3f |
UTF-8 | 馨둭馨둜 | 111010011010011010101000111010111001000110101101111010011010011010101000111010111001000110011100 | e9a6a8eb91ade9a6a8eb919c |
UHC | 馨둭馨둜 | 1111101110110000100010100110011011111011101100001000101001010100 | fbb08a66fbb08a54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)