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 | 蟯??魚?? | 1110010110110010001111110011111110001011100110110011111100111111 | e5b23f3f8b9b3f3f |
EUC-JP | 蟯??魚?? | 1110101010110100001111110011111110110101111110110011111100111111 | eab43f3fb5fb3f3f |
UTF-8 | 蟯루퉽魚싮㉦ | 111010001001111110101111111010111010001110101000111011011000100110111101111010011010110110011010111011001000101110101110111000111000100110100110 | e89fafeba3a8ed89bde9ad9aec8baee389a6 |
UHC | 蟯루퉽魚싮㉦ | 111010011010100010110111111001111011100110010101111001011110000010011010111010011010100010110111 | e9a8b7e7b995e5e09ae9a8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)