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 | 11101000100101101001110011100111100110011001100001000010 | e8969ce7999842 |
EUC-JP | 阮懃劍B | 11101111111101101101100011101001110100011111100001000010 | eff6d8e9d1f842 |
UTF-8 | 阮懃劍B | 11101001100110001010111011100110100001111000001111100101100010101000110101000010 | e998aee68783e58a8d42 |
UHC | 阮懃劍B | 11101000110101101101000011000100110010111111110001000010 | e8d6d0c4cbfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)