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 | タ閒鋿 | 1100000011111011111010001111101111011100 | c0fbe8fbdc |
EUC-JP | タ?鋿 | 100011101100000000111111100011111110010011010010 | 8ec03f8fe4d2 |
UTF-8 | タ閒鋿 | 111011111011111010000000111010011001011010010010111010011000101110111111 | efbe80e99692e98bbf |
UHC | ?閒? | 00111111111110011101100100111111 | 3ff9d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)