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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鮟連 | 11101001101110111001100001000001 | e9bb9841 |
EUC-JP | 鮟連 | 11110010101111011100111110100010 | f2bdcfa2 |
UTF-8 | 鮟連 | 111010011010111010011111111010011000000010100011 | e9ae9fe980a3 |
UHC | 鮟連 | 11100100110101011101011010100111 | e4d5d6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)