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 | 鍜¥十薊 | 1110100001000111100000011000111110001111010111001110010101001000 | e847818f8f5ce548 |
EUC-JP | 鍜¥十薊 | 1110111110101000101000011110111110111101101111011110100110101001 | efa8a1efbdbde9a9 |
UTF-8 | 鍜¥十薊 | 111010011000110110011100111011111011111110100101111001011000110110000001111010001001011010001010 | e98d9cefbfa5e58d81e8968a |
UHC | ?¥十? | 001111111010000111001101111001001010100000111111 | 3fa1cde4a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)