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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 嶪용뜆횞吏㎫맧 | 111001011011011010101010111011001001101010101001111010111001110010000110111011011001101010011110111011111010011110011110111000111000111010101011111010111010011110100111 | e5b6aaec9aa9eb9c86ed9a9eefa79ee38eabeba7a7 |
UHC | 嶪용뜆횞吏㎫맧 | 1110010111110101101111111110101110001101100010011100001110010111111011001010011110100111111001111001000010110000 | e5f5bfeb8d89c397eca7a7e790b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)