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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 悟??海? | 10001100111001010011111100111111100010100100001100111111 | 8ce53f3f8a433f |
EUC-JP | 悟??海? | 10111000111001110011111100111111101100111010010000111111 | b8e73f3fb3a43f |
UTF-8 | 悟딅뜉海븀 | 111001101000001010011111111010111001010010000101111010111001110010001001111001101011010110110111111010111011100010000000 | e6829feb9485eb9c89e6b5b7ebb880 |
UHC | 悟딅뜉海븀 | 11100111111101101000101011101011100011011000110011111010101011011011101011100111 | e7f68aeb8d8cfaadbae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)