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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 牆?精???B | 111000001010110100111111100100001011100000111111001111110011111101000010 | e0ad3f90b83f3f3f42 |
EUC-JP | 牆?精???B | 111000001010111100111111110000001011101000111111001111110011111101000010 | e0af3fc0ba3f3f3f42 |
UTF-8 | 牆렮精렫諪렱B | 11100111100010011000011011101011101000001010111011100111101100101011111011101011101000001010101111101000101010111010101011101011101000001011000101000010 | e78986eba0aee7b2beeba0abe8abaaeba0b142 |
UHC | 牆렮精렫諪렱B | 11101101111011011000111010111011111011111111000110001110101110011110111111110101100011101011111001000010 | eded8ebbeff18eb9eff58ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)