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 | 尸??雅 | 100110111001100100111111001111111000100111101011 | 9b993f3f89eb |
EUC-JP | 尸??雅 | 110101011111100100111111001111111011001011101101 | d5f93f3fb2ed |
UTF-8 | 尸뚧뜧雅 | 111001011011000010111000111010111001101010100111111010111001110010100111111010011001101110000101 | e5b0b8eb9aa7eb9ca7e99b85 |
UHC | 尸뚧뜧雅 | 1110001110111001100011001110011010001101101010101110010010111010 | e3b98ce68daae4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)