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 | 隱??也 | 111010001010101000111111001111111001011011100111 | e8aa3f3f96e7 |
EUC-JP | 隱??也 | 111100001010110000111111001111111100110011101001 | f0ac3f3fcce9 |
UTF-8 | 隱ⓩ퉬也 | 111010011001101010110001111000101001001110101001111011011000100110101100111001001011100110011111 | e99ab1e293a9ed89ace4b99f |
UHC | 隱ⓩ퉬也 | 1110101111011111101010001110011010111001100001001110010110100101 | ebdfa8e6b984e5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)