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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 趾ィ辭ィB | 11100110111001001010100011100111100001101010100001000010 | e6e4a8e786a842 |
EUC-JP | 趾ィ辭ィB | 111011001110011010001110101010001110110111100110100011101010100001000010 | ece68ea8ede68ea842 |
UTF-8 | 趾ィ辭ィB | 11101000101101101011111011101111101111011010100011101000101111101010110111101111101111011010100001000010 | e8b6beefbda8e8beadefbda842 |
UHC | 趾?辭?B | 11110010101111110011111111011110111101100011111101000010 | f2bf3fdef63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)