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 | 載??檍℃ | 1000110111011010001111110011111110011110111110001000000110001110 | 8dda3f3f9ef8818e |
EUC-JP | 載??檍℃ | 1011101011011100001111110011111111011100111110101010000111101110 | badc3f3fdcfaa1ee |
UTF-8 | 載뜸튠檍℃ | 111010001011110010001001111010111001110010111000111011011000101010100000111001101010101010001101111000101000010010000011 | e8bc89eb9cb8ed8aa0e6aa8de28483 |
UHC | 載뜸튠檍℃ | 11101110101100001011011011100100110001101010101011100101111001011010000111001001 | eeb0b6e4c6aae5e5a1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)