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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂뺣졏琉뺥꺇 | 111011111010011010111111111010111011101010100011111011001010000110001111111011111010011110001100111010111011101010100101111010101011101010000111 | efa6bfebbaa3eca18fefa78cebbaa5eaba87 |
UHC | 樂뺣졏琉뺥꺇 | 111010001111100110010101111010111010000010111100111010111010010010010101111011011000001110101110 | e8f995eba0bceba495ed83ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)