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 | 1111001010111100110011101110100111010011111110100100000011110100100011101010110001000010 | f2bccee9d3fa40f48eac42 |
EUC-JP | ?ホ鰌??ャB | 00111111100011101100111011110010110101010011111100111111100011101010110001000010 | 3f8ecef2d53f3f8eac42 |
UTF-8 | ホ鰌ⅰャB | 11101110100001111011001111101111101111101000111011101001101100001000110011100010100001011011000011101110100011001011110111101111101111011010110001000010 | ee87b3efbe8ee9b08ce285b0ee8cbdefbdac42 |
UHC | ???ⅰ??B | 0011111100111111001111111010010110100001001111110011111101000010 | 3f3f3fa5a13f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)