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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 彫?扈 | 1001001010100100001111111110011110111011 | 92a43fe7bb |
EUC-JP | 彫?扈 | 1100010010100110001111111110111010111101 | c4a63feebd |
UTF-8 | 彫렭扈 | 111001011011110110101011111010111010000010101101111001101000100110001000 | e5bdabeba0ade68988 |
UHC | 彫렭扈 | 111100001100000110001110101110101111101111000011 | f0c18ebafbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)