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 | 余??夷?? | 1001011101011101001111110011111110001000110011100011111100111111 | 975d3f3f88ce3f3f |
EUC-JP | 余??夷?? | 1100110110111110001111110011111110110000110100000011111100111111 | cdbe3f3fb0d03f3f |
UTF-8 | 余쒕떩夷방씭 | 111001001011110110011001111011001001001010010101111010111001011010101001111001011010010010110111111010111011000010101001111011001001010010101101 | e4bd99ec9295eb96a9e5a4b7ebb0a9ec94ad |
UHC | 余쒕떩夷방씭 | 111001011111100110011100111010111000101110111011111011001010100010111001111001101001110110111110 | e5f99ceb8bbbeca8b9e69dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)