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 | 關ャ鬧慕ソ箪 | 11101000100100001010110011101001101001111001010111100111101111111001001001011100 | e890ace9a795e7bf925c |
EUC-JP | 關ャ鬧慕ソ箪 | 111011111111000010001110101011001111001010101001110010101110100110001110101111111100001110111101 | eff08eacf2a9cae98ebfc3bd |
UTF-8 | 關ャ鬧慕ソ箪 | 111010011001011110011100111011111011110110101100111010011010110010100111111001101000010110010101111011111011110110111111111001111010111010101010 | e9979cefbdace9aca7e68595efbdbfe7aeaa |
UHC | 關?鬧慕?? | 110011101011110000111111110101111010001011011001101101110011111100111111 | cebc3fd7a2d9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)