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 | ?®???? | 001111111010111000111111001111110011111100111111 | 3fae3f3f3f3f |
SJIS-WIN | 艇???兢? | 1001001011111000001111110011111100111111100110010101110100111111 | 92f83f3f3f995d3f |
EUC-JP | 艇®??兢? | 11000100111110101000111110100010111011100011111100111111110100011011111000111111 | c4fa8fa2ee3f3fd1be3f |
UTF-8 | 艇®맒롈兢렞 | 1110100010001001100001111100001010101110111010111010011110010010111010111010000110001000111001011000010110100010111010111010000010011110 | e88987c2aeeba792eba188e585a2eba09e |
UHC | 艇®맒롈兢렞 | 111011111111001110100010111001111011100010111101100011101100111011010000111001111000111010101111 | eff3a2e7b8bd8eced0e78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)