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 | 硝ヲホ齊「爾 | 100011111100100110100110110011101110101010001110101000101000111010100010 | 8fc9a6ceea8ea28ea2 |
EUC-JP | 硝ヲホ齊「爾 | 101111101100101110001110101001101000111011001110111100111110111010001110101000101011110010100100 | becb8ea68ecef3ee8ea2bca4 |
UTF-8 | 硝ヲホ齊「爾 | 111001111010000110011101111011111011110110100110111011111011111010001110111010011011110110001010111011111011110110100010111001111000100010111110 | e7a19defbda6efbe8ee9bd8aefbda2e788be |
UHC | 硝??齊?爾 | 111101011010011000111111001111111111000010111010001111111110110010110011 | f5a63f3ff0ba3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)