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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 妤゙淼 | 1111101010100100110111101111101101000101 | faa4defb45 |
EUC-JP | 妤゙淼 | 1000111110111001101011111000111011011110100011111100011111100110 | 8fb9af8ede8fc7e6 |
UTF-8 | 妤゙淼 | 111001011010011010100100111011111011111010011110111001101011011110111100 | e5a6a4efbe9ee6b7bc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)