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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 晤o?渦o? | 10011101111010111000001010001111001111111000100101010001100000101000111100111111 | 9deb828f3f8951828f3f |
EUC-JP | 晤o?渦o? | 11011010111011011010001111101111001111111011000110110010101000111110111100111111 | daeda3ef3fb1b2a3ef3f |
UTF-8 | 晤o쉑渦o슬 | 111001101001100110100100111011111011110110001111111011001000100110010001111001101011100010100110111011111011110110001111111011001000101010101100 | e699a4efbd8fec8991e6b8a6efbd8fec8aac |
UHC | 晤o쉑渦o슬 | 111001111111101110100011111011111011110110100111111010001011111010100011111011111011110110111101 | e7fba3efbda7e8bea3efbdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)