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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 秧??}B | 111000100101111000111111001111110111110101000010 | e25e3f3f7d42 |
EUC-JP | 秧??}B | 111000111011111100111111001111110111110101000010 | e3bf3f3f7d42 |
UTF-8 | 秧믤뿦}B | 1110011110100111101001111110101110101111101001001110101110111111101001100111110101000010 | e7a7a7ebafa4ebbfa67d42 |
UHC | 秧믤뿦}B | 1110010011101011100100101110011010010111101001100111110101000010 | e4eb92e697a67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)