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 | 筌??肄? | 11100010101000110011111100111111111000111110010100111111 | e2a33f3fe3e53f |
EUC-JP | 筌??肄? | 11100100101001010011111100111111111001101110011100111111 | e4a53f3fe6e73f |
UTF-8 | 筌듭뮇肄욭 | 111001111010110110001100111010111001001110101101111010111010111010000111111010001000001010000100111011001001101010101101 | e7ad8ceb93adebae87e88284ec9aad |
UHC | 筌듭뮇肄욭 | 11101111101001111011010111101100100100101001011011101100101111011001111101000101 | efa7b5ec9296ecbd9f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)