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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 沃?愍???^ | 100101111000000000111111100111001011110000111111001111110011111101011110 | 97803f9cbc3f3f3f5e |
EUC-JP | 沃?愍???^ | 110011011110000000111111110110001011111000111111001111110011111101011110 | cde03fd8be3f3f3f5e |
UTF-8 | 沃뤄愍쮜곤스^ | 11100110101100101000001111101011101001001000010011100110100001001000110111101100101011101001110011101010101100111010010011101100100010101010010001011110 | e6b283eba484e6848decae9ceab3a4ec8aa45e |
UHC | 沃뤄愍쮜곤스^ | 11101000101010101011011111101111110110101100000011000010111010001011000011101111101111011011101001011110 | e8aab7efdac0c2e8b0efbdba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)