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 | ?よ?鴨 | 001111111000001011100110001111111000101010011011 | 3f82e63f8a9b |
EUC-JP | ?よ?鴨 | 001111111010010011101000001111111011001111111011 | 3fa4e83fb3fb |
UTF-8 | 列よ뒐鴨 | 111011111010011010011100111000111000001010001000111010111001001010010000111010011011010010101000 | efa69ce38288eb9290e9b4a8 |
UHC | 列よ뒐鴨 | 1110011011101010101010101110100010001010100011011110010011100101 | e6eaaae88a8de4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)