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 | 伍??液? | 10001100110111100011111100111111100010010111010000111111 | 8cde3f3f89743f |
EUC-JP | 伍??液? | 10111000111000000011111100111111101100011101010100111111 | b8e03f3fb1d53f |
UTF-8 | 伍깁슇液ㅸ | 111001001011110010001101111010101011100110000001111011001000101010000111111001101011011010110010111000111000010110111000 | e4bc8deab981ec8a87e6b6b2e385b8 |
UHC | 伍깁슇液ㅸ | 11100111111010101011000111101001100110101001100111100100111110111010010011101000 | e7eab1e99a99e4fba4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)