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 | 譟梦晴縺 | 1110011010011111100110101110101110010000101100001110001110000001 | e69f9aeb90b0e381 |
EUC-JP | 譟梦晴縺 | 1110110010100001110101001110110111000000101100101110010111100001 | eca1d4edc0b2e5e1 |
UTF-8 | 譟梦晴縺 | 111010001010110110011111111001101010001010100110111001101001100110110100111001111011100010111010 | e8ad9fe6a2a6e699b4e7b8ba |
UHC | ??晴? | 0011111100111111111101001110011100111111 | 3f3ff4e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)