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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鼎?い?檍? | 100100110100001100111111100000101010001000111111100111101111100000111111 | 93433f82a23f9ef83f |
EUC-JP | 鼎?い?檍? | 110001011010010000111111101001001010010000111111110111001111101000111111 | c5a43fa4a43fdcfa3f |
UTF-8 | 鼎빚い렫檍끽 | 111010011011110010001110111010111011100110011010111000111000000110000100111010111010000010101011111001101010101010001101111010111000000110111101 | e9bc8eebb99ae38184eba0abe6aa8deb81bd |
UHC | 鼎빚い렫檍끽 | 111100001010001110111010111110101010101010100100100011101011100111100101111001011011001110100011 | f0a3bafaaaa48eb9e5e5b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)