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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 隰夲スシE | 11101000101011001001101011101111101111011011110001000101 | e8ac9aefbdbc45 |
EUC-JP | 隰夲スシE | 111100001010111011010100111100011000111010111101100011101011110001000101 | f0aed4f18ebd8ebc45 |
UTF-8 | 隰夲スシE | 11101001100110101011000011100101101001001011001011101111101111011011110111101111101111011011110001000101 | e99ab0e5a4b2efbdbdefbdbc45 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)