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 | 鬩溷ョ磯ケソ | 111010011010100110011111111001011010111010001000111010011011100110111111 | e9a99fe5ae88e9b9bf |
EUC-JP | 鬩溷ョ磯ケソ | 111100101010101111011110111001111000111010101110101100001110101110001110101110011000111010111111 | f2abdee78eaeb0eb8eb98ebf |
UTF-8 | 鬩溷ョ磯ケソ | 111010011010110010101001111001101011101010110111111011111011110110101110111001111010001110101111111011111011110110111001111011111011110110111111 | e9aca9e6bab7efbdaee7a3afefbdb9efbdbf |
UHC | ???磯?? | 00111111001111110011111111010001101101000011111100111111 | 3f3f3fd1b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)