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 | 陜薙ぉ | 111010001001110110010011111000111000001010100111 | e89d93e382a7 |
EUC-JP | 陜薙ぉ | 111011111111110111000110111001011010010010101001 | effdc6e5a4a9 |
UTF-8 | 陜薙ぉ | 111010011001100110011100111010001001011010011001111000111000000110001001 | e9999ce89699e38189 |
UHC | 陜?ぉ | 1111100111110000001111111010101010101001 | f9f03faaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)