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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 也??陰? | 10010110111001110011111100111111100010010100000100111111 | 96e73f3f89413f |
EUC-JP | 也??陰? | 11001100111010010011111100111111101100011010001000111111 | cce93f3fb1a23f |
UTF-8 | 也싳뇳陰쌺 | 111001001011100110011111111011001000101110110011111010111000011110110011111010011001100110110000111011001000110010111010 | e4b99fec8bb3eb87b3e999b0ec8cba |
UHC | 也싳뇳陰쌺 | 11100101101001011001101011101100100001111001011111101011111001001001101101101000 | e5a59aec8797ebe49b68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)