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 | 100111111011100000111111001111110111110101000010 | 9fb83f3f7d42 |
EUC-JP | 涅??}B | 110111101011101000111111001111110111110101000010 | deba3f3f7d42 |
UTF-8 | 涅됬쯃}B | 1110011010110110100001011110101110010000101011001110110010101111100000110111110101000010 | e6b685eb90acecaf837d42 |
UHC | 涅됬쯃}B | 1110011011101110100010011110011110101000100111110111110101000010 | e6ee89e7a89f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)