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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辱わ? | 1001000001001010100000101110110100111111 | 904a82ed3f |
EUC-JP | 辱わ? | 1011111110101011101001001110111100111111 | bfaba4ef3f |
UTF-8 | 辱わ풛 | 111010001011111010110001111000111000001010001111111011011001001010011011 | e8beb1e3828fed929b |
UHC | 辱わ풛 | 111010011011010010101010111011111011111010011110 | e9b4aaefbe9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)