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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ????冽\ | 00111111001111110011111100111111100110010111011101011100 | 3f3f3f3f99775c |
EUC-JP | 澔???冽\ | 100011111100100011101100001111110011111100111111110100011101100001011100 | 8fc8ec3f3f3fd1d85c |
UTF-8 | 澔목렰뫄冽\ | 11100110101111101001010011101011101010101010100111101011101000001011000011101011101010111000010011100101100001101011110101011100 | e6be94ebaaa9eba0b0ebab84e586bd5c |
UHC | 澔목렰뫄冽\ | 1111101111001011101110001111000110001110101111011011100011111010110101101010100101011100 | fbcbb8f18ebdb8fad6a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)