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? | 00111111001111110100111100111111 | 3f3f4f3f |
SJIS-WIN | 銕オO邀 | 111001111110110010110101010011111110011110110001 | e7ecb54fe7b1 |
EUC-JP | 銕オO邀 | 11101110111011101000111010110101010011111110111010110011 | eeee8eb54feeb3 |
UTF-8 | 銕オO邀 | 11101001100010101001010111101111101111011011010101001111111010011000001010000000 | e98a95efbdb54fe98280 |
UHC | ??O邀 | 0011111100111111010011111110100110101101 | 3f3f4fe9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)