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 | 蟆槫ョ榊イコ | 111001011011000010011110111001011010111010001101111001011011001010111010 | e5b09ee5ae8de5b2ba |
EUC-JP | 蟆槫ョ榊イコ | 111010101011001011011100111001111000111010101110101110101110011110001110101100101000111010111010 | eab2dce78eaebae78eb28eba |
UTF-8 | 蟆槫ョ榊イコ | 111010001001111110000110111001101010011110101011111011111011110110101110111001101010011010001010111011111011110110110010111011111011110110111010 | e89f86e6a7abefbdaee6a68aefbdb2efbdba |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)