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 | ??ュ??ギ | 0011111100111111100000111000010100111111001111111000001101001101 | 3f3f83853f3f834d |
EUC-JP | ??ュ??ギ | 0011111100111111101001011110010100111111001111111010010110101110 | 3f3fa5e53f3fa5ae |
UTF-8 | 룴햶ュ룫혧ギ | 111010111010001110110100111011011001011010110110111000111000001110100101111010111010001110101011111011011001100010100111111000111000001010101110 | eba3b4ed96b6e383a5eba3abed98a7e382ae |
UHC | 룴햶ュ룫혧ギ | 100011111010100111000001100011111010101111100101100011111010001011000010100011111010101110101110 | 8fa9c18fabe58fa2c28fabae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)