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 | 余??蔭?┏ | 100101110101110100111111001111111000100011111100001111111000010010101100 | 975d3f3f88fc3f84ac |
EUC-JP | 余??蔭?┏ | 110011011011111000111111001111111011000011111110001111111010100010101110 | cdbe3f3fb0fe3fa8ae |
UTF-8 | 余쒓꼍蔭쇗┏ | 111001001011110110011001111011001001001010010011111010101011110010001101111010001001010010101101111011001000011110010111111000101001010010001111 | e4bd99ec9293eabc8de894adec8797e2948f |
UHC | 余쒓꼍蔭쇗┏ | 111001011111100110011100111010101011001010111101111010111110001110111100111001101010011010101110 | e5f99ceab2bdebe3bce6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)