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 | 彫?音褐?漬 | 10010010101001000011111110001001101110011000101010001100001111111001001011010000 | 92a43f89b98a8c3f92d0 |
EUC-JP | 彫?音褐?漬 | 11000100101001100011111110110010101110111011001111101100001111111100010011010010 | c4a63fb2bbb3ec3fc4d2 |
UTF-8 | 彫렫音褐毗漬 | 111001011011110110101011111010111010000010101011111010011001111110110011111010001010010010010000111001101010111110010111111001101011110010101100 | e5bdabeba0abe99fb3e8a490e6af97e6bcac |
UHC | 彫렫音褐毗漬 | 111100001100000110001110101110011110101111100101110010101110100011011101111100011111001010110000 | f0c18eb9ebe5cae8ddf1f2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)