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 | ?沁??ュ? | 0011111110011111100011100011111100111111100000111000010100111111 | 3f9f8e3f3f83853f |
EUC-JP | ?沁??ュ? | 0011111111011101111011100011111100111111101001011110010100111111 | 3fddee3f3fa5e53f |
UTF-8 | 룶沁룫혧ュ룫 | 111010111010001110110110111001101011001010000001111010111010001110101011111011011001100010100111111000111000001110100101111010111010001110101011 | eba3b6e6b281eba3abed98a7e383a5eba3ab |
UHC | 룶沁룫혧ュ룫 | 100011111010101111100011111111101000111110100010110000101000111110101011111001011000111110100010 | 8fabe3fe8fa2c28fabe58fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)