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 | ?鍔?? | 0011111110010010110101010011111100111111 | 3f92d53f3f |
EUC-JP | ?鍔?? | 0011111111000100110101110011111100111111 | 3fc4d73f3f |
UTF-8 | 룶鍔룶줟 | 111010111010001110110110111010011000110110010100111010111010001110110110111011001010010010011111 | eba3b6e98d94eba3b6eca49f |
UHC | 룶鍔룶줟 | 1000111110101011111001001100100010001111101010111010001001001110 | 8fabe4c88faba24e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)