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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汝??耶ヤ? | 100100111111000000111111001111111001011011101011100000111000010000111111 | 93f03f3f96eb83843f |
EUC-JP | 汝??耶ヤ? | 110001101111001000111111001111111100110011101101101001011110010000111111 | c6f23f3fcceda5e43f |
UTF-8 | 汝싪꽦耶ヤ퍟 | 111001101011000110011101111011001000101110101010111010101011110110100110111010001000000010110110111000111000001110100100111011011000110110011111 | e6b19dec8baaeabda6e880b6e383a4ed8d9f |
UHC | 汝싪꽦耶ヤ퍟 | 111001101010001110011010111010001000010010110001111001011010110110101011111001001011101110010110 | e6a39ae884b1e5adabe4bb96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)