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 | 魵ヤ雜ョ | 111111000100000111010100111010001011011010101110 | fc41d4e8b6ae |
EUC-JP | 魵ヤ雜ョ | 100011111110101011001101100011101101010011110000101110001000111010101110 | 8feacd8ed4f0b88eae |
UTF-8 | 魵ヤ雜ョ | 111010011010110110110101111011111011111010010100111010011001101110011100111011111011110110101110 | e9adb5efbe94e99b9cefbdae |
UHC | ??雜? | 0011111100111111111011011101101000111111 | 3f3fedda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)