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 | 耀??儒?? | 1001011101110011001111110011111110001110111100100011111100111111 | 97733f3f8ef23f3f |
EUC-JP | 耀??儒?? | 1100110111010100001111110011111110111100111101000011111100111111 | cdd43f3fbcf43f3f |
UTF-8 | 耀붿뫖儒븍늾 | 111010001000000010000000111010111011011010111111111010111010101110010110111001011000010010010010111010111011100010001101111010111000101010111110 | e88080ebb6bfebab96e58492ebb88deb8abe |
UHC | 耀붿뫖儒븍늾 | 111010011010010110010100111011001001000110111000111010101110001110111010111010111000100010000111 | e9a594ec91b8eae3baeb8887 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)