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 | ???悅?? | 00111111001111110011111111111010101111010011111100111111 | 3f3f3ffabd3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂뽬쎗悅배옝 | 111011111010011010111111111010111011110110101100111011001000111010010111111001101000001010000101111010111011000010110000111011001001100010011101 | efa6bfebbdacec8e97e68285ebb0b0ec989d |
UHC | 樂뽬쎗悅배옝 | 111010001111100110010110111010001001101110111110111001101110110110111001111010001001111010011111 | e8f996e89bbee6edb9e89e9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)