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 | 余??碣余? | 100101110101110100111111001111111110000111110000100101110101110100111111 | 975d3f3fe1f0975d3f |
EUC-JP | 余??碣余? | 110011011011111000111111001111111110001011110010110011011011111000111111 | cdbe3f3fe2f2cdbe3f |
UTF-8 | 余쒕떥碣余쒥 | 111001001011110110011001111011001001001010010101111010111001011010100101111001111010001010100011111001001011110110011001111011001001001010100101 | e4bd99ec9295eb96a5e7a2a3e4bd99ec92a5 |
UHC | 余쒕떥碣余쒥 | 111001011111100110011100111010111000101110111000110010101110010111100101111110011001110011111010 | e5f99ceb8bb8cae5e5f99cfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)