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 | 鉋ャ鬧慕ソ檀 | 11100111111011101010110011101001101001111001010111100111101111111001001001101000 | e7eeace9a795e7bf9268 |
EUC-JP | 鉋ャ鬧慕ソ檀 | 111011101111000010001110101011001111001010101001110010101110100110001110101111111100001111001001 | eef08eacf2a9cae98ebfc3c9 |
UTF-8 | 鉋ャ鬧慕ソ檀 | 111010011000100110001011111011111011110110101100111010011010110010100111111001101000010110010101111011111011110110111111111001101010101010000000 | e9898befbdace9aca7e68595efbdbfe6aa80 |
UHC | ??鬧慕?檀 | 001111110011111111010111101000101101100110110111001111111101001110101010 | 3f3fd7a2d9b73fd3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)