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 | 莨炊┰ | 111001001011110010010000100001101000010010111011 | e4bc908684bb |
EUC-JP | 莨炊┰ | 111010001011111010111111111001101010100010111101 | e8bebfe6a8bd |
UTF-8 | 莨炊┰ | 111010001000111010101000111001111000001010001010111000101001010010110000 | e88ea8e7828ae294b0 |
UHC | ?炊┰ | 0011111111110110101001111010011010111101 | 3ff6a7a6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)