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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 胱脣E胱脣EB | 1110001111110111111000111111101001000101111000111111011111100011111110100100010101000010 | e3f7e3fa45e3f7e3fa4542 |
EUC-JP | 胱脣E胱脣EB | 1110011011111001111001101111110001000101111001101111100111100110111111000100010101000010 | e6f9e6fc45e6f9e6fc4542 |
UTF-8 | 胱脣E胱脣EB | 111010001000001110110001111010001000010010100011010001011110100010000011101100011110100010000100101000110100010101000010 | e883b1e884a345e883b1e884a34542 |
UHC | 胱脣E胱脣EB | 1100111011001101111000101110111001000101110011101100110111100010111011100100010101000010 | cecde2ee45cecde2ee4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)