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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 余??碣預 | 1001011101011101001111110011111111100001111100001001011101100001 | 975d3f3fe1f09761 |
EUC-JP | 余??碣預 | 1100110110111110001111110011111111100010111100101100110111000010 | cdbe3f3fe2f2cdc2 |
UTF-8 | 余쒕떥碣預 | 111001001011110110011001111011001001001010010101111010111001011010100101111001111010001010100011111010011010000010010000 | e4bd99ec9295eb96a5e7a2a3e9a090 |
UHC | 余쒕떥碣預 | 11100101111110011001110011101011100010111011100011001010111001011110011111101000 | e5f99ceb8bb8cae5e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)