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 | 秧????? | 11100010010111100011111100111111001111110011111100111111 | e25e3f3f3f3f3f |
EUC-JP | 秧????? | 11100011101111110011111100111111001111110011111100111111 | e3bf3f3f3f3f3f |
UTF-8 | 秧ⓩ옄掠묈뜥 | 111001111010011110100111111000101001001110101001111011001001100010000100111011111010010110110101111010111010110010001000111010111001110010100101 | e7a7a7e293a9ec9884efa5b5ebac88eb9ca5 |
UHC | 秧ⓩ옄掠묈뜥 | 111001001110101110101000111001101001111010010000111001011011000110010001111001011000110110101000 | e4eba8e69e90e5b191e58da8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)