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 | 也??逸? | 10010110111001110011111100111111100010001110110100111111 | 96e73f3f88ed3f |
EUC-JP | 也??逸? | 11001100111010010011111100111111101100001110111100111111 | cce93f3fb0ef3f |
UTF-8 | 也㏓맮逸퀯 | 111001001011100110011111111000111000111110010011111010111010011110101110111010011000000010111000111011011000000010101111 | e4b99fe38f93eba7aee980b8ed80af |
UHC | 也㏓맮逸퀯 | 11100101101001011010011111101011100100001011010111101100111011111011010001000010 | e5a5a7eb90b5ecefb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)