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 | 譽h?菴? | 1110011010100011100000101000100000111111111001001011110100111111 | e6a382883fe4bd3f |
EUC-JP | 譽h?菴? | 1110110010100101101000111110100000111111111010001011111100111111 | eca5a3e83fe8bf3f |
UTF-8 | 譽h꼥菴양 | 111010001010110110111101111011111011110110001000111010101011110010100101111010001000111110110100111011001001011010010001 | e8adbdefbd88eabca5e88fb4ec9691 |
UHC | 譽h꼥菴양 | 11100111111000101010001111101000100001001000001011100100111000001011111011100111 | e7e2a3e88482e4e0bee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)