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 | 霑ヤ蟯シ | 111010001011111111010100111001011011001010111100 | e8bfd4e5b2bc |
EUC-JP | 霑ヤ蟯シ | 1111000011000001100011101101010011101010101101001000111010111100 | f0c18ed4eab48ebc |
UTF-8 | 霑ヤ蟯シ | 111010011001110010010001111011111011111010010100111010001001111110101111111011111011110110111100 | e99c91efbe94e89fafefbdbc |
UHC | 霑?蟯? | 111011111100010100111111111010011010100000111111 | efc53fe9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)