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 | 蛟梦ク削鴫謔 | 1110010110000000100110101110101110111000100011011110110110001110101100001110011010000010 | e5809aebb88ded8eb0e682 |
EUC-JP | 蛟梦ク削鴫謔 | 111010011110000011010100111011011000111010111000101110101110111110111100101100101110101111100010 | e9e0d4ed8eb8baefbcb2ebe2 |
UTF-8 | 蛟梦ク削鴫謔 | 111010001001101110011111111001101010001010100110111011111011110110111000111001011000100110001010111010011011010010101011111010001010110010010100 | e89b9fe6a2a6efbdb8e5898ae9b4abe8ac94 |
UHC | 蛟??削?謔 | 110011101111000100111111001111111101111011111011001111111111100111001100 | cef13f3fdefb3ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)