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 | 猷ユ?徇?5 | 10010111010100011000001110000110001111111001110001101101001111111000001001010100 | 975183863f9c6d3f8254 |
EUC-JP | 猷ユ?徇?5 | 11001101101100101010010111100110001111111101011111001110001111111010001110110101 | cdb2a5e63fd7ce3fa3b5 |
UTF-8 | 猷ユ궇徇볥5 | 111001111000110010110111111000111000001110100110111010101011011010000111111001011011111010000111111010111011001110100101111011111011110010010101 | e78cb7e383a6eab687e5be87ebb3a5efbc95 |
UHC | 猷ユ궇徇볥5 | 111010111010001110101011111001101000001010100000111000101101111110010011111010111010001110110101 | eba3abe682a0e2df93eba3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)