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 | ???臺 | 0011111100111111001111111110010001101001 | 3f3f3fe469 |
EUC-JP | ???臺 | 0011111100111111001111111110011111001010 | 3f3f3fe7ca |
UTF-8 | 뤶횓덞臺 | 111010111010010010110110111011011001101010010011111010111000110110011110111010001000011110111010 | eba4b6ed9a93eb8d9ee887ba |
UHC | 뤶횓덞臺 | 1000111111100100110000111000111010110100111110111101001111100110 | 8fe4c38eb4fbd3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)