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 | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
SJIS-WIN | ゙゙_ン | 110111101111001111011111110111100101111111011101 | def3dfde5fdd |
EUC-JP | ゙?゙_ン | 1000111011011110001111111000111011011110010111111000111011011101 | 8ede3f8ede5f8edd |
UTF-8 | ゙゙_ン | 11101111101111101001111011101110100010111001001011101111101111101001111001011111111011111011111010011101 | efbe9eee8b92efbe9e5fefbe9d |
UHC | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)