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 | ◆??? | 1000000110011111001111110011111100111111 | 819f3f3f3f |
EUC-JP | ◆??? | 1010001010100001001111110011111100111111 | a2a13f3f3f |
UTF-8 | ◆룶괌卽 | 111000101001011110000110111010111010001110110110111010101011010010001100111001011000110110111101 | e29786eba3b6eab48ce58dbd |
UHC | ◆룶괌卽 | 1010000111011111100011111010101110110001101000011111000111101101 | a1df8fabb1a1f1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)