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 | 也??鎰? | 10010110111001110011111100111111111010000100110000111111 | 96e73f3fe84c3f |
EUC-JP | 也??鎰? | 11001100111010010011111100111111111011111010110100111111 | cce93f3fefad3f |
UTF-8 | 也㏓맮鎰롦 | 111001001011100110011111111000111000111110010011111010111010011110101110111010011000111010110000111010111010000110100110 | e4b99fe38f93eba7aee98eb0eba1a6 |
UHC | 也㏓맮鎰롦 | 11100101101001011010011111101011100100001011010111101100111100001000111011100110 | e5a5a7eb90b5ecf08ee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)