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 | ???J? | 0011111100111111001111110100101000111111 | 3f3f3f4a3f |
SJIS-WIN | 絶??J饒 | 10010000111000100011111100111111010010101110100101100000 | 90e23f3f4ae960 |
EUC-JP | 絶??J饒 | 11000000111001000011111100111111010010101111000111000001 | c0e43f3f4af1c1 |
UTF-8 | 絶볩쉭J饒 | 11100111101101011011011011101011101100111010100111101100100010011010110101001010111010011010010110010010 | e7b5b6ebb3a9ec89ad4ae9a592 |
UHC | 絶볩쉭J饒 | 111011111011111010010011111011111011110110101101010010101110100110101110 | efbe93efbdad4ae9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)