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 | 娃??恂? | 10001000101000010011111100111111100111001001011000111111 | 88a13f3f9c963f |
EUC-JP | 娃??恂? | 10110000101000110011111100111111110101111111011000111111 | b0a33f3fd7f63f |
UTF-8 | 娃욃뮀恂첛 | 111001011010100010000011111011001001101010000011111010111010111010000000111001101000000110000010111011001011001010011011 | e5a883ec9a83ebae80e68182ecb29b |
UHC | 娃욃뮀恂첛 | 11101000110111111001111011100101100100101000111111100010111000011010101101000110 | e8df9ee5928fe2e1ab46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)