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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弔?揖??? | 1001001010100010001111111001011101001011001111110011111100111111 | 92a23f974b3f3f3f |
EUC-JP | 弔?揖??? | 1100010010100100001111111100110110101100001111110011111100111111 | c4a43fcdac3f3f3f |
UTF-8 | 弔렍揖골렰렯 | 111001011011110010010100111010111010000010001101111001101000111110010110111010101011001110101000111010111010000010110000111010111010000010101111 | e5bc94eba08de68f96eab3a8eba0b0eba0af |
UHC | 弔렍揖골렰렯 | 111100001100000010001110101000111110101111100111101100001111000110001110101111011000111010111100 | f0c08ea3ebe7b0f18ebd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)