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 | 犢珞犢熏 | 1110000010110111111000001110001011100000101101111110000010001101 | e0b7e0e2e0b7e08d |
EUC-JP | 犢珞犢熏 | 1110000010111001111000001110010011100000101110011101111111101101 | e0b9e0e4e0b9dfed |
UTF-8 | 犢珞犢熏 | 111001111000101010100010111001111000111110011110111001111000101010100010111001111000011010001111 | e78aa2e78f9ee78aa2e7868f |
UHC | 犢珞犢熏 | 1101010010111011110101011010100011010100101110111111110110110111 | d4bbd5a8d4bbfdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)