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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈺?К彦 | 11111011110001000011111110000100010010111001010101000110 | fbc43f844b9546 |
EUC-JP | 鈺?К彦 | 1000111111100011110101010011111110100111101011001100100110100111 | 8fe3d53fa7acc9a7 |
UTF-8 | 鈺싩К彦 | 1110100110001000101110101110110010001011101010011101000010011010111001011011110110100110 | e988baec8ba9d09ae5bda6 |
UHC | 鈺싩К彦 | 1110100010101101100110101110011110101100101011001110010111101001 | e8ad9ae7acace5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)