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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 胄丈慎 | 111000111111001010001111111001001001000001010100 | e3f28fe49054 |
EUC-JP | 胄丈慎 | 111001101111010010111110111001101011111110110101 | e6f4bee6bfb5 |
UTF-8 | 胄丈慎 | 111010001000001110000100111001001011100010001000111001101000010110001110 | e88384e4b888e6858e |
UHC | 胄丈? | 1111000110110000111011011101101100111111 | f1b0eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)