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 | 岸?楯??傷 | 100010101101110100111111100011110111110000111111001111111000111110011101 | 8add3f8f7c3f3f8f9d |
EUC-JP | 岸?楯??傷 | 101101001101111100111111101111011101110100111111001111111011110111111101 | b4df3fbddd3f3fbdfd |
UTF-8 | 岸롊楯롅롉傷 | 111001011011001010111000111010111010000110001010111001101010010110101111111010111010000110000101111010111010000110001001111001011000001010110111 | e5b2b8eba18ae6a5afeba185eba189e582b7 |
UHC | 岸롊楯롅롉傷 | 111001001100110110001110110100001110001011100100100011101100101110001110110011111101111110111111 | e4cd8ed0e2e48ecb8ecfdfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)