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 | 淼呎譴セ | 11111011010001011001100111100110111001101010001010111110 | fb4599e6e6a2be |
EUC-JP | 淼呎譴セ | 100011111100011111100110110100101110100011101100101001001000111010111110 | 8fc7e6d2e8eca48ebe |
UTF-8 | 淼呎譴セ | 111001101011011110111100111001011001000110001110111010001010110110110100111011111011110110111110 | e6b7bce5918ee8adb4efbdbe |
UHC | ??譴? | 0011111100111111110011001011100100111111 | 3f3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)