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 | ???弧?? | 00111111001111110011111110001100110010100011111100111111 | 3f3f3f8cca3f3f |
EUC-JP | ???弧?? | 00111111001111110011111110111000110011000011111100111111 | 3f3f3fb8cc3f3f |
UTF-8 | 롋렯롃弧롚롉 | 111010111010000110001011111010111010000010101111111010111010000110000011111001011011110010100111111010111010000110011010111010111010000110001001 | eba18beba0afeba183e5bca7eba19aeba189 |
UHC | 롋렯롃弧롚롉 | 100011101101000110001110101111001000111011001010111110111100000110001110110111101000111011001111 | 8ed18ebc8ecafbc18ede8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)