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 | 歪椢訥歹 | 1001100001100011100111101001101011100110011000111001111101100101 | 98639e9ae6639f65 |
EUC-JP | 歪椢訥歹 | 1100111111000100110110111111101011101011110001001101110111000110 | cfc4dbfaebc4ddc6 |
UTF-8 | 歪椢訥歹 | 111001101010110110101010111001101010010010100010111010001010100010100101111001101010110110111001 | e6adaae6a4a2e8a8a5e6adb9 |
UHC | 歪?訥? | 111010001110000000111111110100101110110100111111 | e8e03fd2ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)