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 | ?????pB | 00111111001111110011111100111111001111110111000001000010 | 3f3f3f3f3f7042 |
SJIS-WIN | 鏑肆刀窪?pB | 1001001101001100111000111110011010010011100000011000110001000101001111110111000001000010 | 934ce3e693818c453f7042 |
EUC-JP | 鏑肆刀窪?pB | 1100010110101101111001101110100011000101111000011011011110100110001111110111000001000010 | c5ade6e8c5e1b7a63f7042 |
UTF-8 | 鏑肆刀窪렜pB | 1110100110001111100100011110100010000010100001101110010110001000100000001110011110101010101010101110101110100000100111000111000001000010 | e98f91e88286e58880e7aaaaeba09c7042 |
UHC | 鏑肆刀窪렜pB | 111011101110101111011110111010111101001111101111111010001100000110001110101011100111000001000010 | eeebdeebd3efe8c18eae7042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)