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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 淼樒濫韆蝉貅 | 111110110100010110011110111001111001011110010100111010001110011010010000111001001110011010111010 | fb459ee79794e8e690e4e6ba |
| EUC-JP | 淼樒濫韆蝉貅 | 10001111110001111110011011011100111010011100110111110100111100001110100011000000111001101110110010111100 | 8fc7e6dce9cdf4f0e8c0e6ecbc |
| UTF-8 | 淼樒濫韆蝉貅 | 111001101011011110111100111001101010100010010010111001101011111110101011111010011001111110000110111010001001110110001001111010001011001010000101 | e6b7bce6a892e6bfabe99f86e89d89e8b285 |
| UHC | ??濫韆?? | 0011111100111111110101011011110111110100110001110011111100111111 | 3f3fd5bdf4c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)