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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | モョモ。 | 1111001011100011110100111010111011010011101000011111011110100100 | f2e3d3aed3a1f7a4 |
EUC-JP | ?モョモ。? | 00111111100011101101001110001110101011101000111011010011100011101010000100111111 | 3f8ed38eae8ed38ea13f |
UTF-8 | モョモ。 | 111011101000100010011010111011111011111010010011111011111011110110101110111011111011111010010011111011111011110110100001111011101001011010000111 | ee889aefbe93efbdaeefbe93efbda1ee9687 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)