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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譏碑飴諠 | 1110011010011000100101001110100010001000101110011110011010000011 | e69894e888b9e683 |
EUC-JP | 譏碑飴諠 | 1110101111111000110010001110101010110000101110111110101111100011 | ebf8c8eab0bbebe3 |
UTF-8 | 譏碑飴諠 | 111010001010110110001111111001111010001010010001111010011010001110110100111010001010101110100000 | e8ad8fe7a291e9a3b4e8aba0 |
UHC | 譏碑飴? | 11010001110000011101110111111000111011001100011100111111 | d1c1ddf8ecc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)