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 | 霄顔ィ育ャ | 1110100010111010100010101110011110101000100010001110011110101100 | e8ba8ae7a888e7ac |
EUC-JP | 霄顔ィ育ャ | 11110000101111001011010011101001100011101010100010110000111010011000111010101100 | f0bcb4e98ea8b0e98eac |
UTF-8 | 霄顔ィ育ャ | 111010011001110010000100111010011010000110010100111011111011110110101000111010001000001010110010111011111011110110101100 | e99c84e9a194efbda8e882b2efbdac |
UHC | ?顔?育? | 00111111111001001101010000111111111010111100000000111111 | 3fe4d43febc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)