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 | 茯域せ莖 | 1110010010101000100010001110011010000010101110011110010010110001 | e4a888e682b9e4b1 |
EUC-JP | 茯域せ莖 | 1110100010101010101100001110100010100100101110111110100010110011 | e8aab0e8a4bbe8b3 |
UTF-8 | 茯域せ莖 | 111010001000110010101111111001011001111110011111111000111000000110011011111010001000111010010110 | e88cafe59f9fe3819be88e96 |
UHC | 茯域せ莖 | 1101110011011010111001101011010010101010101110111100110011101100 | dcdae6b4aabbccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)