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 | 嶸??誼? | 11111010101101000011111100111111100010110110001000111111 | fab43f3f8b623f |
EUC-JP | 嶸??誼? | 1000111110111011111101000011111100111111101101011100001100111111 | 8fbbf43f3fb5c33f |
UTF-8 | 嶸뗫뜄誼쿐 | 111001011011011010111000111010111001011110101011111010111001110010000100111010001010101010111100111011001011111110010000 | e5b6b8eb97abeb9c84e8aabcecbf90 |
UHC | 嶸뗫뜄誼쿐 | 11100111101011101000101111101011100011011000100011101011111111101011001101000101 | e7ae8beb8d88ebfeb345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)