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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鳧自釭 | 111010011110100010001110101010011111101110111101 | e9e88ea9fbbd |
EUC-JP | 鳧自釭 | 11110010111010101011110010101011100011111110001110101111 | f2eabcab8fe3af |
UTF-8 | 鳧自釭 | 111010011011001110100111111010001000011110101010111010011000011110101101 | e9b3a7e887aae987ad |
UHC | 鳧自? | 1101110111000000111011011011101100111111 | ddc0edbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)