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 | 紳??粹 | 100100000110000100111111001111111110001011101101 | 90613f3fe2ed |
EUC-JP | 紳??粹 | 101111111100001000111111001111111110010011101111 | bfc23f3fe4ef |
UTF-8 | 紳듽괱粹 | 111001111011010010110011111010111001001110111101111010101011010010110001111001111011001010111001 | e7b4b3eb93bdeab4b1e7b2b9 |
UHC | 紳듽괱粹 | 1110001111101011100010101110001110000010010110001110001010110110 | e3eb8ae38258e2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)