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 | 魚????? | 10001011100110110011111100111111001111110011111100111111 | 8b9b3f3f3f3f3f |
EUC-JP | 魚??瑗?? | 101101011111101100111111001111111000111111001100110000000011111100111111 | b5fb3f3f8fccc03f3f |
UTF-8 | 魚잙봽瑗덅짆 | 111010011010110110011010111011001001111010011001111010111011010010111101111001111001000110010111111010111000110110000101111011001010011110000110 | e9ad9aec9e99ebb4bde79197eb8d85eca786 |
UHC | 魚잙봽瑗덅짆 | 111001011110000010011111111010111001010010000100111010101011110010001000111010001010001110010101 | e5e09feb9484eabc88e8a395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)