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 | 訊??燮 | 100100000111010100111111001111111001100111010111 | 90753f3f99d7 |
EUC-JP | 訊??燮 | 101111111101011000111111001111111101001011011001 | bfd63f3fd2d9 |
UTF-8 | 訊귝덵燮 | 111010001010100010001010111010101011011110011101111010111000110110110101111001111000011110101110 | e8a88aeab79deb8db5e787ae |
UHC | 訊귝덵燮 | 1110001111110010100000101110011010001001010010011110000011110000 | e3f282e68949e0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)