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 | 1110011110100111101001111110101110101111101000101110110110010000100111000111110101000010 | e7a7a7ebafa2ed909c7d42 |
UHC | 秧믢퐜}B | 1110010011101011100100101110010010111101100001100111110101000010 | e4eb92e4bd867d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)