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 | 陰?貞? | 100010010100000100111111100100101110010100111111 | 89413f92e53f |
EUC-JP | 陰?貞? | 101100011010001000111111110001001110011100111111 | b1a23fc4e73f |
UTF-8 | 陰렰貞렫 | 111010011001100110110000111010111010000010110000111010001011001010011110111010111010000010101011 | e999b0eba0b0e8b29eeba0ab |
UHC | 陰렰貞렫 | 1110101111100100100011101011110111101111111101101000111010111001 | ebe48ebdeff68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)