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 | 衡①?? | 100011010111010010000111010000000011111100111111 | 8d7487403f3f |
EUC-JP | 衡??? | 1011100111010101001111110011111100111111 | b9d53f3f3f |
UTF-8 | 衡①윂狀 | 111010001010000110100001111000101001000110100000111011001001110010000010111011111010011110111010 | e8a1a1e291a0ec9c82efa7ba |
UHC | 衡①윂狀 | 1111101110101100101010001110011110011111100011011110110111101110 | fbaca8e79f8dedee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)