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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陰堪淋 | 100010010100000110001010101011001001011111010010 | 89418aac97d2 |
EUC-JP | 陰堪淋 | 101100011010001010110100101011101100111011010100 | b1a2b4aeced4 |
UTF-8 | 陰堪淋 | 111010011001100110110000111001011010000010101010111001101011011110001011 | e999b0e5a0aae6b78b |
UHC | 陰堪淋 | 111010111110010011001010111011011101011111111010 | ebe4caedd7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)