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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 熱??椅ζ? | 100101000100110100111111001111111000100011010110100000111100010000111111 | 944d3f3f88d683c43f |
EUC-JP | 熱??椅ζ? | 110001111010111000111111001111111011000011011000101001101100011000111111 | c7ae3f3fb0d8a6c63f |
UTF-8 | 熱듬객椅ζ룚 | 1110011110000110101100011110101110010011101011001110101010110000100111011110011010100100100001011100111010110110111010111010001110011010 | e786b1eb93aceab09de6a485ceb6eba39a |
UHC | 熱듬객椅ζ룚 | 111001101111000010110101111010111011000010110100111010111111010110100101111001101000111110010110 | e6f0b5ebb0b4ebf5a5e68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)