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 | 蒻??魏?? | 1110010011101000001111110011111111101001101100000011111100111111 | e4e83f3fe9b03f3f |
EUC-JP | 蒻??魏?? | 1110100011101010001111110011111111110010101100100011111100111111 | e8ea3f3ff2b23f3f |
UTF-8 | 蒻몃뿫魏묌렟 | 111010001001001010111011111010111010101010000011111010111011111110101011111010011010110110001111111010111010110010001100111010111010000010011111 | e892bbebaa83ebbfabe9ad8febac8ceba09f |
UHC | 蒻몃뿫魏묌렟 | 111001011011011010111000111010111001011110101011111010101110000010010001111010011000111010110000 | e5b6b8eb97abeae091e98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)