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 | 胥企こ | 111000111110111110001010111010011000001010110001 | e3ef8ae982b1 |
EUC-JP | 胥企こ | 111001101111000110110100111010111010010010110011 | e6f1b4eba4b3 |
UTF-8 | 胥企こ | 111010001000001110100101111001001011110010000001111000111000000110010011 | e883a5e4bc81e38193 |
UHC | 胥企こ | 111000001010000111010000111010101010101010110011 | e0a1d0eaaab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)