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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綬??漱 | 100011101111100000111111001111111001111111111001 | 8ef83f3f9ff9 |
EUC-JP | 綬??漱 | 101111001111101000111111001111111101111011111011 | bcfa3f3fdefb |
UTF-8 | 綬깑뛒漱 | 111001111011011010101100111010101011100110010001111010111001101110010010111001101011110010110001 | e7b6aceab991eb9b92e6bcb1 |
UHC | 綬깑뛒漱 | 1110001010111000100000111000101110001101010100001110001010101011 | e2b8838b8d50e2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)