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 | 楹??臧 | 100111101011000100111111001111111110010001101000 | 9eb13f3fe468 |
EUC-JP | 楹??臧 | 110111001011001100111111001111111110011111001001 | dcb33f3fe7c9 |
UTF-8 | 楹뀐풛臧 | 111001101010010110111001111010111000000010010000111011011001001010011011111010001000011110100111 | e6a5b9eb8090ed929be887a7 |
UHC | 楹뀐풛臧 | 1110011110110011101100101110111110111110100111101110110111110101 | e7b3b2efbe9eedf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)