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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訒樶貍磯 | 1111101110100011100111101110111011100110101111001000100011101001 | fba39eeee6bc88e9 |
EUC-JP | 訒樶貍磯 | 100011111101110111001000110111001111000011101100101111101011000011101011 | 8fddc8dcf0ecbeb0eb |
UTF-8 | 訒樶貍磯 | 111010001010100010010010111001101010100010110110111010001011001010001101111001111010001110101111 | e8a892e6a8b6e8b28de7a3af |
UHC | ???磯 | 0011111100111111001111111101000110110100 | 3f3f3fd1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)