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 | オミ羣タ邨ミ | 1011010111010000111000111011100011000000111001111011010111010000 | b5d0e3b8c0e7b5d0 |
EUC-JP | オミ羣タ邨ミ | 100011101011010110001110110100001110011010111010100011101100000011101110101101111000111011010000 | 8eb58ed0e6ba8ec0eeb78ed0 |
UTF-8 | オミ羣タ邨ミ | 111011111011110110110101111011111011111010010000111001111011111010100011111011111011111010000000111010011000001010101000111011111011111010010000 | efbdb5efbe90e7bea3efbe80e982a8efbe90 |
UHC | ????邨? | 00111111001111110011111100111111111101011011111000111111 | 3f3f3f3ff5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)