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 | ?ヨ?姙 | 001111111000001110001000001111111001101101001011 | 3f83883f9b4b |
EUC-JP | ?ヨ?姙 | 001111111010010111101000001111111101010110101100 | 3fa5e83fd5ac |
UTF-8 | 曆ヨ럫姙 | 111011111010011010001011111000111000001110101000111010111001111110101011111001011010011110011001 | efa68be383a8eb9fabe5a799 |
UHC | 曆ヨ럫姙 | 1110011010110111101010111110100010001110100011101110110011110101 | e6b7abe88e8eecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)