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 | 業???η? | 1000101111000110001111110011111100111111100000111100010100111111 | 8bc63f3f3f83c53f |
EUC-JP | 業??靷η? | 10110110110010000011111100111111100011111110011110111101101001101100011100111111 | b6c83f3f8fe7bda6c73f |
UTF-8 | 業삳쉴靷η킈 | 1110011010100101101011011110110010000010101100111110110010001001101101001110100110011101101101111100111010110111111011011000001010001000 | e6a5adec82b3ec89b4e99db7ceb7ed8288 |
UHC | 業삳쉴靷η킈 | 111001011111011010111011111010111011110110101111111011001110011010100101111001111011010010010100 | e5f6bbebbdafece6a5e7b494 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)