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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??鏑??案^ | 001111110011111110010011010011000011111100111111100010001100010001011110 | 3f3f934c3f3f88c45e |
EUC-JP | ??鏑??案^ | 001111110011111111000101101011010011111100111111101100001100011001011110 | 3f3fc5ad3f3fb0c65e |
UTF-8 | 淋샬鏑淋샬案^ | 11101111101001111011010111101100100000111010110011101001100011111001000111101111101001111011010111101100100000111010110011100110101000011000100001011110 | efa7b5ec83ace98f91efa7b5ec83ace6a1885e |
UHC | 淋샬鏑淋샬案^ | 11101100111110001011110010100011111011101110101111101100111110001011110010100011111001001101000001011110 | ecf8bca3eeebecf8bca3e4d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)