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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 余?????? | 1001011101011101001111110011111100111111001111110011111100111111 | 975d3f3f3f3f3f3f |
EUC-JP | 余?????? | 1100110110111110001111110011111100111111001111110011111100111111 | cdbe3f3f3f3f3f3f |
UTF-8 | 余쒕떥泥곩윜硫 | 111001001011110110011001111011001001001010010101111010111001011010100101111011111010011110100011111010101011001110101001111011001001110010011100111011111010011110001110 | e4bd99ec9295eb96a5efa7a3eab3a9ec9c9cefa78e |
UHC | 余쒕떥泥곩윜硫 | 1110010111111001100111001110101110001011101110001110110010110010100000011110010110011111100111111110101110101001 | e5f99ceb8bb8ecb281e59f9feba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)