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 | 10011100100110010011111110011100100110010011111101000010 | 9c993f9c993f42 |
EUC-JP | 恙?恙?B | 11010111111110010011111111010111111110010011111101000010 | d7f93fd7f93f42 |
UTF-8 | 恙뛫恙뛫B | 11100110100000011001100111101011100110111010101111100110100000011001100111101011100110111010101101000010 | e68199eb9babe68199eb9bab42 |
UHC | 恙뛫恙뛫B | 111001011011111110001101011011101110010110111111100011010110111001000010 | e5bf8d6ee5bf8d6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)