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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逖滔ク晧価 | 111001111001100010011111111010111011100010011101111011001000100110111111 | e7989febb89dec89bf |
EUC-JP | 逖滔ク晧価 | 11101101111110001101111011101101100011101011100011011010111011101011001011000001 | edf8deed8eb8daeeb2c1 |
UTF-8 | 逖滔ク晧価 | 111010011000000010010110111001101011101110010100111011111011110110111000111001101001100110100111111001001011111010100001 | e98096e6bb94efbdb8e699a7e4bea1 |
UHC | ?滔?晧? | 00111111110101001010010100111111111110111100010100111111 | 3fd4a53ffbc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)