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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?湛猛??^ | 0011111110010010010110001001011011010010001111110011111101011110 | 3f925896d23f3f5e |
EUC-JP | ?湛猛??^ | 0011111111000011101110011100110011010100001111110011111101011110 | 3fc3b9ccd43f3f5e |
UTF-8 | 뤊湛猛붉잎^ | 11101011101001001000101011100110101110011001101111100111100011001001101111101011101101101000100111101100100111101000111001011110 | eba48ae6b99be78c9bebb689ec9e8e5e |
UHC | 뤊湛猛붉잎^ | 1000111110111010110100111100000011011000111011011011101011010011110000001101100101011110 | 8fbad3c0d8edbad3c0d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)