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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 砥??? | 1001001101110101001111110011111100111111 | 93753f3f3f |
EUC-JP | 砥??? | 1100010111010110001111110011111100111111 | c5d63f3f3f |
UTF-8 | 砥쾨렩렖 | 111001111010000010100101111011001011111010101000111010111010000010101001111010111010000010010110 | e7a0a5ecbea8eba0a9eba096 |
UHC | 砥쾨렩렖 | 1111001010110010110001001110101010001110101101111000111010101011 | f2b2c4ea8eb78eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)