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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訒、髮ォ豺丞 | 11111011101000111010010011101001100110111010101111100110101101111000111111100101 | fba3a4e99babe6b78fe5 |
EUC-JP | 訒、髮ォ豺丞 | 10001111110111011100100010001110101001001111000111111011100011101010101111101100101110011011111011100111 | 8fddc88ea4f1fb8eabecb9bee7 |
UTF-8 | 訒、髮ォ豺丞 | 111010001010100010010010111011111011110110100100111010011010101110101110111011111011110110101011111010001011000110111010111001001011100010011110 | e8a892efbda4e9abaeefbdabe8b1bae4b89e |
UHC | ??髮?豺丞 | 001111110011111111011011101001010011111111100011110011111110001110101010 | 3f3fdba53fe3cfe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)