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 | 錵炊研紕 | 1110100001000101100100001000011010001100101001001110001101000010 | e84590868ca4e342 |
EUC-JP | 錵炊研紕 | 1110111110100110101111111110011010111000101001101110010110100011 | efa6bfe6b8a6e5a3 |
UTF-8 | 錵炊研紕 | 111010011000110010110101111001111000001010001010111001111010000010010100111001111011010010010101 | e98cb5e7828ae7a094e7b495 |
UHC | ?炊?? | 0011111111110110101001110011111100111111 | 3ff6a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)