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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 愼?爾?赳 | 1001110011000100001111111000111010100010001111111110011011100000 | 9cc43f8ea23fe6e0 |
EUC-JP | 愼?爾?赳 | 1101100011000110001111111011110010100100001111111110110011100010 | d8c63fbca43fece2 |
UTF-8 | 愼렡爾잭赳 | 111001101000010010111100111010111010000010100001111001111000100010111110111011001001111010101101111010001011010110110011 | e684bceba0a1e788beec9eade8b5b3 |
UHC | 愼렡爾잭赳 | 11100011111001011000111010110010111011001011001111000000111010001101000010101111 | e3e58eb2ecb3c0e8d0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)