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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 岸?楯?? | 10001010110111010011111110001111011111000011111100111111 | 8add3f8f7c3f3f |
EUC-JP | 岸?楯?? | 10110100110111110011111110111101110111010011111100111111 | b4df3fbddd3f3f |
UTF-8 | 岸롊楯롅롉 | 111001011011001010111000111010111010000110001010111001101010010110101111111010111010000110000101111010111010000110001001 | e5b2b8eba18ae6a5afeba185eba189 |
UHC | 岸롊楯롅롉 | 11100100110011011000111011010000111000101110010010001110110010111000111011001111 | e4cd8ed0e2e48ecb8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)