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 | 邵喜「ゎッ | 1110011110111000100010101110110010100010100000101110110010101111 | e7b88aeca282ecaf |
EUC-JP | 邵喜「ゎッ | 11101110101110101011010011101110100011101010001010100100111011101000111010101111 | eebab4ee8ea2a4ee8eaf |
UTF-8 | 邵喜「ゎッ | 111010011000001010110101111001011001011010011100111011111011110110100010111000111000001010001110111011111011110110101111 | e982b5e5969cefbda2e3828eefbdaf |
UHC | 邵喜?ゎ? | 1110000111010000111111011110110000111111101010101110111000111111 | e1d0fdec3faaee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)