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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雫鴦執 | 11111000111111001000111010110100111010011111000110001110101101111111000011101011 | f8fc8eb4e9f18eb7f0eb |
EUC-JP | ?雫鴦執? | 0011111110111100101101101111001011110011101111001011100100111111 | 3fbcb6f2f3bcb93f |
UTF-8 | 雫鴦執 | 111011101001101010011011111010011001101110101011111010011011010010100110111001011001111110110111111011101000001010101010 | ee9a9be99babe9b4a6e59fb7ee82aa |
UHC | ??鴦執? | 00111111001111111110010011101100111100101111101100111111 | 3f3fe4ecf2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)