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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跼ソ閼錬 | 11100110111100001011111111101000100001001001100001000010 | e6f0bfe8849842 |
EUC-JP | 跼ソ閼錬 | 1110110011110010100011101011111111101111111001001100111110100011 | ecf28ebfefe4cfa3 |
UTF-8 | 跼ソ閼錬 | 111010001011011110111100111011111011110110111111111010011001011010111100111010011000110010101100 | e8b7bcefbdbfe996bce98cac |
UHC | ??閼? | 0011111100111111111001001101100100111111 | 3f3fe4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)