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 | ??g?? | 0011111100111111011001110011111100111111 | 3f3f673f3f |
SJIS-WIN | 霎ソg譽哢 | 1110100010111110101111110110011111100110101000111001101001001110 | e8bebf67e6a39a4e |
EUC-JP | 霎ソg譽哢 | 111100001100000010001110101111110110011111101100101001011101001110101111 | f0c08ebf67eca5d3af |
UTF-8 | 霎ソg譽哢 | 11101001100111001000111011101111101111011011111101100111111010001010110110111101111001011001001110100010 | e99c8eefbdbf67e8adbde593a2 |
UHC | ??g譽? | 001111110011111101100111111001111110001000111111 | 3f3f67e7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)