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 | {h{ | 100100000111101110001111011010001001000001111011 | 907b8f68907b |
SJIS-WIN | ?{?h?{ | 001111110111101100111111011010000011111101111011 | 3f7b3f683f7b |
EUC-JP | ?{?h?{ | 001111110111101100111111011010000011111101111011 | 3f7b3f683f7b |
UTF-8 | {h{ | 110000101001000001111011110000101000111101101000110000101001000001111011 | c2907bc28f68c2907b |
UHC | ?{?h?{ | 001111110111101100111111011010000011111101111011 | 3f7b3f683f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)