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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????校 | 00111111001111110011111100111111001111111000110101011010 | 3f3f3f3f3f8d5a |
EUC-JP | 嫄????校 | 100011111011101010100001001111110011111100111111001111111011100110111011 | 8fbaa13f3f3f3fb9bb |
UTF-8 | 嫄렢欌렩僚校 | 111001011010101110000100111010111010000010100010111001101010110010001100111010111010000010101001111011111010011010111011111001101010000010100001 | e5ab84eba0a2e6ac8ceba0a9efa6bbe6a0a1 |
UHC | 嫄렢欌렩僚校 | 111010101011000110001110101100111110110111101011100011101011011111101000111010001100111011101000 | eab18eb3edeb8eb7e8e8cee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)