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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈺?К | 1111101111000100001111111000010001001011 | fbc43f844b |
EUC-JP | 鈺?К | 100011111110001111010101001111111010011110101100 | 8fe3d53fa7ac |
UTF-8 | 鈺싩К | 1110100110001000101110101110110010001011101010011101000010011010 | e988baec8ba9d09a |
UHC | 鈺싩К | 111010001010110110011010111001111010110010101100 | e8ad9ae7acac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)