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 | 矗ヘロ簑簔 | 11100001110111101100110111011011111000101100000011100010110000011111011011100010 | e1decddbe2c0e2c1f6e2 |
EUC-JP | 矗ヘロ簑簔? | 1110001011100000100011101100110110001110110110111110010011000010111001001100001100111111 | e2e08ecd8edbe4c2e4c33f |
UTF-8 | 矗ヘロ簑簔 | 111001111001111110010111111011111011111010001101111011111011111010011011111001111011000010010001111001111011000010010100111011101001010010001001 | e79f97efbe8defbe9be7b091e7b094ee9489 |
UHC | 矗????? | 11110101101110000011111100111111001111110011111100111111 | f5b83f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)