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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魵ニ熙、 | 111111000100000111000110111010101010010010100100 | fc41c6eaa4a4 |
EUC-JP | 魵ニ熙、 | 100011111110101011001101100011101100011011110100101001101000111010100100 | 8feacd8ec6f4a68ea4 |
UTF-8 | 魵ニ熙、 | 111010011010110110110101111011111011111010000110111001111000011010011001111011111011110110100100 | e9adb5efbe86e78699efbda4 |
UHC | ??熙? | 0011111100111111111111011111011100111111 | 3f3ffdf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)