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 | 10001001101011001001100001001101001111110011111110001001100111110011111101000010 | 89ac984d3f3f899f3f42 |
EUC-JP | 荻弄??押?B | 10110010101011101100111110101110001111110011111110110010101000010011111101000010 | b2aecfae3f3fb2a13f42 |
UTF-8 | 荻弄렮렭押렱B | 11101000100011011011101111100101101111001000010011101011101000001010111011101011101000001010110111100110100010101011110011101011101000001011000101000010 | e88dbbe5bc84eba0aeeba0ade68abceba0b142 |
UHC | 荻弄렮렭押렱B | 11101110111000101101011011100111100011101011101110001110101110101110010011100011100011101011111001000010 | eee2d6e78ebb8ebae4e38ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)