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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | ヨ魵ヌU | 1101011011111100010000011100011101010101 | d6fc41c755 |
EUC-JP | ヨ魵ヌU | 1000111011010110100011111110101011001101100011101100011101010101 | 8ed68feacd8ec755 |
UTF-8 | ヨ魵ヌU | 11101111101111101001011011101001101011011011010111101111101111101000011101010101 | efbe96e9adb5efbe8755 |
UHC | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)