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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濶ク繧玖尸 | 111010001000100110111000111000111000001010001011111010001001101110011001 | e889b8e3828be89b99 |
EUC-JP | 濶ク繧玖尸 | 11101111111010011000111010111000111001011110001010110110111010101101010111111001 | efe98eb8e5e2b6ead5f9 |
UTF-8 | 濶ク繧玖尸 | 111001101011111110110110111011111011110110111000111001111011100110100111111001111000111010010110111001011011000010111000 | e6bfb6efbdb8e7b9a7e78e96e5b0b8 |
UHC | ???玖尸 | 00111111001111110011111111001111101110001110001110111001 | 3f3f3fcfb8e3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)