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 | 余??宥?? | 1001011101011101001111110011111110010111010001110011111100111111 | 975d3f3f97473f3f |
EUC-JP | 余??宥?? | 1100110110111110001111110011111111001101101010000011111100111111 | cdbe3f3fcda83f3f |
UTF-8 | 余쒓껴宥썲ㄾ | 111001001011110110011001111011001001001010010011111010101011101110110100111001011010111010100101111011001000110110110010111000111000010010111110 | e4bd99ec9293eabbb4e5aea5ec8db2e384be |
UHC | 余쒓껴宥썲ㄾ | 111001011111100110011100111010101011001010111000111010101110100110111101111001011010010010101110 | e5f99ceab2b8eae9bde5a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)