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 | タ蜿ヌ | 11000000111001011000111111000111 | c0e58fc7 |
EUC-JP | タ蜿ヌ | 100011101100000011101001111011111000111011000111 | 8ec0e9ef8ec7 |
UTF-8 | タ蜿ヌ | 111011111011111010000000111010001001110010111111111011111011111010000111 | efbe80e89cbfefbe87 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)