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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 窈??k | 1110001001110111001111110011111101101011 | e2773f3f6b |
EUC-JP | 窈??k | 1110001111011000001111110011111101101011 | e3d83f3f6b |
UTF-8 | 窈륅슈k | 11100111101010101000100011101011101001011000010111101100100010101000100001101011 | e7aa88eba585ec8a886b |
UHC | 窈륅슈k | 11101001101000011000111111101111101111011011010001101011 | e9a18fefbdb46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)