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 | ?邵譽 | 0011111111100111101110001110011010100011 | 3fe7b8e6a3 |
EUC-JP | ?邵譽 | 0011111111101110101110101110110010100101 | 3feebaeca5 |
UTF-8 | 숷邵譽 | 111011001000100010110111111010011000001010110101111010001010110110111101 | ec88b7e982b5e8adbd |
UHC | 숷邵譽 | 100110100100110011100001110100001110011111100010 | 9a4ce1d0e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)