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 | ?驗投?守 | 0011111111101001100001001001001110001010001111111000111011100111 | 3fe984938a3f8ee7 |
EUC-JP | ?驗投?守 | 0011111111110001111001001100010111101010001111111011110011101001 | 3ff1e4c5ea3fbce9 |
UTF-8 | 뤳驗投콓守 | 111010111010010010110011111010011010100110010111111001101000101010010101111011001011110110010011111001011010111010001000 | eba4b3e9a997e68a95ecbd93e5ae88 |
UHC | 뤳驗投콓守 | 10001111111000011111101011010000111101111110000110110001100011111110000111111010 | 8fe1fad0f7e1b18fe1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)