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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?二??? | 001111111001001111110001001111110011111100111111 | 3f93f13f3f3f |
EUC-JP | ?二??? | 001111111100011011110011001111110011111100111111 | 3fc6f33f3f3f |
UTF-8 | 롒二롉롒롍 | 111010111010000110010010111001001011101010001100111010111010000110001001111010111010000110010010111010111010000110001101 | eba192e4ba8ceba189eba192eba18d |
UHC | 롒二롉롒롍 | 10001110110101111110110010100011100011101100111110001110110101111000111011010011 | 8ed7eca38ecf8ed78ed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)