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 | 證霊桴緕 | 1110011010011010100101111110110010011110100011111110001110001110 | e69a97ec9e8fe38e |
EUC-JP | 證霊桴緕 | 1110101111111010110011101110111011011011111011111110010111101110 | ebfaceeedbefe5ee |
UTF-8 | 證霊桴緕 | 111010001010110110001001111010011001110010001010111001101010000110110100111001111011011110010101 | e8ad89e99c8ae6a1b4e7b795 |
UHC | 證??? | 1111000111111011001111110011111100111111 | f1fb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)