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 | 緝?摘? | 111000110110100000111111100100110100010100111111 | e3683f93453f |
EUC-JP | 緝?摘? | 111001011100100100111111110001011010011000111111 | e5c93fc5a63f |
UTF-8 | 緝롎摘뤶 | 111001111011011110011101111010111010000110001110111001101001000110011000111010111010010010110110 | e7b79deba18ee69198eba4b6 |
UHC | 緝롎摘뤶 | 1111001011111101100011101101010011101110110101111000111111100100 | f2fd8ed4eed78fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)