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 | 中?弔烽?翁 | 10010010100001100011111110010010101000101110000010000010001111111000100110100101 | 92863f92a2e0823f89a5 |
EUC-JP | 中?弔烽?翁 | 11000011111001100011111111000100101001001101111111100010001111111011001010100111 | c3e63fc4a4dfe23fb2a7 |
UTF-8 | 中렪弔烽땐翁 | 111001001011100010101101111010111010000010101010111001011011110010010100111001111000001110111101111010111001010110010000111001111011111110000001 | e4b8adeba0aae5bc94e783bdeb9590e7bf81 |
UHC | 中렪弔烽땐翁 | 111100011110100110001110101110001111000011000000110111001110101110110110101010011110100010111010 | f1e98eb8f0c0dcebb6a9e8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)