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 | 域?オ?ユ? | 100010001110011000111111100000110100100100111111100000111000011000111111 | 88e63f83493f83863f |
EUC-JP | 域?オ?ユ? | 101100001110100000111111101001011010101000111111101001011110011000111111 | b0e83fa5aa3fa5e63f |
UTF-8 | 域⑴オ歷ユ누 | 111001011001111110011111111000101001000110110100111000111000001010101010111011111010011010001100111000111000001110100110111010111000100010000100 | e59f9fe291b4e382aaefa68ce383a6eb8884 |
UHC | 域⑴オ歷ユ누 | 111001101011010010101001111001111010101110101010111001101011100010101011111001101011010010101001 | e6b4a9e7abaae6b8abe6b4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)