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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???韋??? | 0011111100111111001111111110100011101000001111110011111100111111 | 3f3f3fe8e83f3f3f |
EUC-JP | ???韋??? | 0011111100111111001111111111000011101010001111110011111100111111 | 3f3f3ff0ea3f3f3f |
UTF-8 | 嶺뚣뢿韋됲씇嶺 | 111011111010011010101011111010111001101010100011111010111010001010111111111010011001111110001011111010111001000010110010111011001001010010000111111011111010011010101011 | efa6abeb9aa3eba2bfe99f8beb90b2ec9487efa6ab |
UHC | 嶺뚣뢿韋됲씇嶺 | 1110011110101101100011001110001110001111100000101110101011011111100010011110110110011101100111111110011110101101 | e7ad8ce38f82eadf89ed9d9fe7ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)