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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 絶??若?? | 1001000011100010001111110011111110001110111000010011111100111111 | 90e23f3f8ee13f3f |
EUC-JP | 絶??若®? | 11000000111001000011111100111111101111001110001110001111101000101110111000111111 | c0e43f3fbce38fa2ee3f |
UTF-8 | 絶귛궢若®뵵 | 1110011110110101101101101110101010110111100110111110101010110110101000101110100010001011101001011100001010101110111010111011010110110101 | e7b5b6eab79beab6a2e88ba5c2aeebb5b5 |
UHC | 絶귛궢若®뵵 | 111011111011111010000010111001011000001010110101111001011011010010100010111001111001010010110011 | efbe82e582b5e5b4a2e794b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)