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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 柚銷劍B | 10010111010011011110011111110111100110011001100001000010 | 974de7f7999842 |
EUC-JP | 柚銷劍B | 11001101101011101110111011111001110100011111100001000010 | cdaeeef9d1f842 |
UTF-8 | 柚銷劍B | 11100110100111111001101011101001100010101011011111100101100010101000110101000010 | e69f9ae98ab7e58a8d42 |
UHC | 柚銷劍B | 11101010111101101110000111010001110010111111110001000010 | eaf6e1d1cbfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)