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 | îÀ¸èÍ | 1110111011000000101110001110100011001101 | eec0b8e8cd |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | îÀ¸èÍ | 100011111010101111000010100011111010101010100010100011111010001010110001100011111010101110110010100011111010101010111111 | 8fabc28faaa28fa2b18fabb28faabf |
UTF-8 | îÀ¸èÍ | 11000011101011101100001110000000110000101011100011000011101010001100001110001101 | c3aec380c2b8c3a8c38d |
UHC | ??¸?? | 001111110011111110100010101011000011111100111111 | 3f3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)