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 | 魲治タ | 11111100010000101000111010100001111100001010011011000000 | fc428ea1f0a6c0 |
EUC-JP | ?治?タ | 001111111011110010100011001111111000111011000000 | 3fbca33f8ec0 |
UTF-8 | 魲治タ | 111010011010110110110010111001101011001010111011111011101000000110100101111011111011111010000000 | e9adb2e6b2bbee81a5efbe80 |
UHC | ?治?? | 0011111111110110101111010011111100111111 | 3ff6bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)