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 | ??億??? | 00111111001111111000100110101101001111110011111100111111 | 3f3f89ad3f3f3f |
EUC-JP | 嫄?億??? | 100011111011101010100001001111111011001010101111001111110011111100111111 | 8fbaa13fb2af3f3f3f |
UTF-8 | 嫄렎億곡렠렲 | 111001011010101110000100111010111010000010001110111001011000010010000100111010101011001110100001111010111010000010100000111010111010000010110010 | e5ab84eba08ee58484eab3a1eba0a0eba0b2 |
UHC | 嫄렎億곡렠렲 | 111010101011000110001110101001001110010111100010101100001110111010001110101100011000111010111111 | eab18ea4e5e2b0ee8eb18ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)