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 | 閹輔h | 111010001000011010010101111000111000001010001000 | e88695e38288 |
EUC-JP | 閹輔h | 111011111110011011001010111001011010001111101000 | efe6cae5a3e8 |
UTF-8 | 閹輔h | 111010011001011010111001111010001011110010010100111011111011110110001000 | e996b9e8bc94efbd88 |
UHC | ?輔h | 0011111111011100110100001010001111101000 | 3fdcd0a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)