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 | ?ヨ?玉 | 001111111000001110001000001111111000101111001010 | 3f83883f8bca |
EUC-JP | ?ヨ?玉 | 001111111010010111101000001111111011011011001100 | 3fa5e83fb6cc |
UTF-8 | 流ヨ뒐玉 | 111011111010011110001010111000111000001110101000111010111001001010010000111001111000111010001001 | efa78ae383a8eb9290e78e89 |
UHC | 流ヨ뒐玉 | 1110101011111100101010111110100010001010100011011110100010101100 | eafcabe88a8de8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)