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 | モ箚。 | 11010011111000101011001010100001 | d3e2b2a1 |
EUC-JP | モ箚。 | 100011101101001111100100101101001000111010100001 | 8ed3e4b48ea1 |
UTF-8 | モ箚。 | 111011111011111010010011111001111010111010011010111011111011110110100001 | efbe93e7ae9aefbda1 |
UHC | ?箚? | 00111111111100111011000000111111 | 3ff3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)