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 | 甑?耳?郁? | 100011011001100100111111100011101010100000111111100010001110100000111111 | 8d993f8ea83f88e83f |
EUC-JP | 甑?耳?郁? | 101110011111100100111111101111001010101000111111101100001110101000111111 | b9f93fbcaa3fb0ea3f |
UTF-8 | 甑렏耳렩郁렠 | 111001111001010010010001111010111010000010001111111010001000000010110011111010111010000010101001111010011000001110000001111010111010000010100000 | e79491eba08fe880b3eba0a9e98381eba0a0 |
UHC | 甑렏耳렩郁렠 | 111100011111011110001110101001011110110010111100100011101011011111101001111101001000111010110001 | f1f78ea5ecbc8eb7e9f48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)