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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耀????? | 10010111011100110011111100111111001111110011111100111111 | 97733f3f3f3f3f |
EUC-JP | 耀????? | 11001101110101000011111100111111001111110011111100111111 | cdd43f3f3f3f3f |
UTF-8 | 耀붵끁杻볟ㄾ | 111010001000000010000000111010111011011010110101111010111000000110000001111011111010011110001000111010111011001110011111111000111000010010111110 | e88080ebb6b5eb8181efa788ebb39fe384be |
UHC | 耀붵끁杻볟ㄾ | 111010011010010110010100111000111000010110110111111010101111010010010011111001011010010010101110 | e9a594e385b7eaf493e5a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)