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 | 畯?諸? | 111110110110111100111111100011111001010000111111 | fb6f3f8f943f |
EUC-JP | 畯?諸? | 10001111110011011011101100111111101111011111010000111111 | 8fcdbb3fbdf43f |
UTF-8 | 畯렑諸빴 | 111001111001010110101111111010111010000010010001111010001010101110111000111010111011100110110100 | e795afeba091e8abb8ebb9b4 |
UHC | 畯렑諸빴 | 1111000111100001100011101010011011110000101100111011101110100110 | f1e18ea6f0b3bba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)