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 | 鮟題セ橸ィァ | 111010011011101110010001111010001011111010011110111011111010100010100111 | e9bb91e8be9eefa8a7 |
EUC-JP | 鮟題セ橸ィァ | 111100101011110111000010111010101000111010111110110111001111000110001110101010001000111010100111 | f2bdc2ea8ebedcf18ea88ea7 |
UTF-8 | 鮟題セ橸ィァ | 111010011010111010011111111010011010000110001100111011111011110110111110111001101010100110111000111011111011110110101000111011111011110110100111 | e9ae9fe9a18cefbdbee6a9b8efbda8efbda7 |
UHC | 鮟題???? | 1110010011010101111100001011100100111111001111110011111100111111 | e4d5f0b93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)