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 | 譽h?菴?? | 111001101010001110000010100010000011111111100100101111010011111100111111 | e6a382883fe4bd3f3f |
EUC-JP | 譽h?菴?? | 111011001010010110100011111010000011111111101000101111110011111100111111 | eca5a3e83fe8bf3f3f |
UTF-8 | 譽h꼥菴양춯 | 111010001010110110111101111011111011110110001000111010101011110010100101111010001000111110110100111011001001011010010001111011001011011010101111 | e8adbdefbd88eabca5e88fb4ec9691ecb6af |
UHC | 譽h꼥菴양춯 | 111001111110001010100011111010001000010010000010111001001110000010111110111001111010110110001100 | e7e2a3e88482e4e0bee7ad8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)