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 | 弛?幽 | 1001001001101111001111111001011101001000 | 926f3f9748 |
EUC-JP | 弛?幽 | 1100001111010000001111111100110110101001 | c3d03fcda9 |
UTF-8 | 弛묩幽 | 111001011011110010011011111010111010110010101001111001011011100110111101 | e5bc9bebaca9e5b9bd |
UHC | 弛묩幽 | 111011001010110010111001101010011110101011101011 | ecacb9a9eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)