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 | ?????¤ | 001111110011111100111111001111110011111110100100 | 3f3f3f3f3fa4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??ʼn??¤ | 00111111001111111000111110101001110010100011111100111111100011111010001011110000 | 3f3f8fa9ca3f3f8fa2f0 |
UTF-8 | 룫혧ʼn룫혧¤ | 11101011101000111010101111101101100110001010011111000101100010011110101110100011101010111110110110011000101001111100001010100100 | eba3abed98a7c589eba3abed98a7c2a4 |
UHC | 룫혧ʼn룫혧¤ | 100011111010001011000010100011111010100110110000100011111010001011000010100011111010001010110100 | 8fa2c28fa9b08fa2c28fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)