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 | 題?蔚? | 100100011110100000111111100010010101010100111111 | 91e83f89553f |
EUC-JP | 題?蔚? | 110000101110101000111111101100011011011000111111 | c2ea3fb1b63f |
UTF-8 | 題렲蔚멱 | 111010011010000110001100111010111010000010110010111010001001010010011010111010111010100110110001 | e9a18ceba0b2e8949aeba9b1 |
UHC | 題렲蔚멱 | 1111000010111001100011101011111111101010101001011011100011101000 | f0b98ebfeaa5b8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)