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 | 隲ア繧区鳩 | 111010001010101110110001111000111000001010001011111001101001010010110101 | e8abb1e3828be694b5 |
EUC-JP | 隲ア繧区鳩 | 11110000101011011000111010110001111001011110001010110110111010001100100010110111 | f0ad8eb1e5e2b6e8c8b7 |
UTF-8 | 隲ア繧区鳩 | 111010011001101010110010111011111011110110110001111001111011100110100111111001011000110010111010111010011011001110101001 | e99ab2efbdb1e7b9a7e58cbae9b3a9 |
UHC | ????鳩 | 001111110011111100111111001111111100111111001101 | 3f3f3f3fcfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)