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 | 唸獺顫韜 | 1001101001011000111000001101101011101000111110101110100011101001 | 9a58e0dae8fae8e9 |
EUC-JP | 唸獺顫韜 | 1101001110111001111000001101110011110000111111001111000011101011 | d3b9e0dcf0fcf0eb |
UTF-8 | 唸獺顫韜 | 111001011001010010111000111001111000110110111010111010011010000110101011111010011001111110011100 | e594b8e78dbae9a1abe99f9c |
UHC | ?獺顫韜 | 00111111110100111011011111101111101101011101010010110111 | 3fd3b7efb5d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)