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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 陰??h陰?? | 100010010100000100111111001111110110100010001001010000010011111100111111 | 89413f3f6889413f3f |
EUC-JP | 陰??h陰?? | 101100011010001000111111001111110110100010110001101000100011111100111111 | b1a23f3f68b1a23f3f |
UTF-8 | 陰낁뒡h陰낁뒡 | 11101001100110011011000011101011100000101000000111101011100100101010000101101000111010011001100110110000111010111000001010000001111010111001001010100001 | e999b0eb8281eb92a168e999b0eb8281eb92a1 |
UHC | 陰낁뒡h陰낁뒡 | 11101011111001001000010111101000100010101001110101101000111010111110010010000101111010001000101010011101 | ebe485e88a9d68ebe485e88a9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)