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 | 膩k阿 | 111001000101011010000010100010111000100010100010 | e456828b88a2 |
EUC-JP | 膩k阿 | 111001111011011110100011111010111011000010100100 | e7b7a3ebb0a4 |
UTF-8 | 膩k阿 | 111010001000011010101001111011111011110110001011111010011001100010111111 | e886a9efbd8be998bf |
UHC | ?k阿 | 0011111110100011111010111110010010111001 | 3fa3ebe4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)