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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | 箏釈遮箘猯LB | 111000101011010110001110110111111000111011010101111000101010111011100000110011000100110001000010 | e2b58edf8ed5e2aee0cc4c42 |
EUC-JP | 箏釈遮箘猯LB | 111001001011011110111100111000011011110011010111111001001011000011100000110011100100110001000010 | e4b7bce1bcd7e4b0e0ce4c42 |
UTF-8 | 箏釈遮箘猯LB | 1110011110101110100011111110100110000111100010001110100110000001101011101110011110101110100110001110011110001100101011110100110001000010 | e7ae8fe98788e981aee7ae98e78caf4c42 |
UHC | 箏?遮??LB | 111011101011010000111111111100111011010000111111001111110100110001000010 | eeb43ff3b43f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)