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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獨獨瞻牀 | 1110000011010101111000001101010111100001110110111110000010101100 | e0d5e0d5e1dbe0ac |
EUC-JP | 獨獨瞻牀 | 1110000011010111111000001101011111100010110111011110000010101110 | e0d7e0d7e2dde0ae |
UTF-8 | 獨獨瞻牀 | 111001111000110110101000111001111000110110101000111001111001111010111011111001111000100110000000 | e78da8e78da8e79ebbe78980 |
UHC | 獨獨瞻牀 | 1101010010111100110101001011110011110100110101111101111111010001 | d4bcd4bcf4d7dfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)