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 | ??O?? | 0011111100111111010011110011111100111111 | 3f3f4f3f3f |
SJIS-WIN | 銕オO邀オ | 11100111111011001011010101001111111001111011000110110101 | e7ecb54fe7b1b5 |
EUC-JP | 銕オO邀オ | 111011101110111010001110101101010100111111101110101100111000111010110101 | eeee8eb54feeb38eb5 |
UTF-8 | 銕オO邀オ | 11101001100010101001010111101111101111011011010101001111111010011000001010000000111011111011110110110101 | e98a95efbdb54fe98280efbdb5 |
UHC | ??O邀? | 001111110011111101001111111010011010110100111111 | 3f3f4fe9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)