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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堤奉l低? | 100100101110011110010101111100101000001010001100100100101110000100111111 | 92e795f2828c92e13f |
EUC-JP | 堤奉l低? | 110001001110100111001010111101001010001111101100110001001110001100111111 | c4e9caf4a3ecc4e33f |
UTF-8 | 堤奉l低렱 | 111001011010000010100100111001011010010110001001111011111011110110001100111001001011110110001110111010111010000010110001 | e5a0a4e5a589efbd8ce4bd8eeba0b1 |
UHC | 堤奉l低렱 | 11110000101001111101110011100101101000111110110011101110101110001000111010111110 | f0a7dce5a3eceeb88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)