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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???彦? | 001111110011111100111111100101010100011000111111 | 3f3f3f95463f |
EUC-JP | ???彦? | 001111110011111100111111110010011010011100111111 | 3f3f3fc9a73f |
UTF-8 | 樂됭궟彦잹 | 111011111010011010111111111010111001000010101101111010101011011010011111111001011011110110100110111011001001111010111001 | efa6bfeb90adeab69fe5bda6ec9eb9 |
UHC | 樂됭궟彦잹 | 11101000111110011000100111101000100000101011001011100101111010011010000001000010 | e8f989e882b2e5e9a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)