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 | 鈺?К? | 111110111100010000111111100001000100101100111111 | fbc43f844b3f |
EUC-JP | 鈺?К? | 10001111111000111101010100111111101001111010110000111111 | 8fe3d53fa7ac3f |
UTF-8 | 鈺싩К連 | 1110100110001000101110101110110010001011101010011101000010011010111011111010011010011010 | e988baec8ba9d09aefa69a |
UHC | 鈺싩К連 | 1110100010101101100110101110011110101100101011001110011011100110 | e8ad9ae7acace6e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)