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 | 茘壱ク襞 | 11100100101010111000100011101011101110001110010111111100 | e4ab88ebb8e5fc |
EUC-JP | 茘壱ク襞 | 1110100010101101101100001110110110001110101110001110101011111110 | e8adb0ed8eb8eafe |
UTF-8 | 茘壱ク襞 | 111010001000110010011000111001011010001110110001111011111011110110111000111010001010010110011110 | e88c98e5a3b1efbdb8e8a59e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)