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 | 枳????? | 10011110011010110011111100111111001111110011111100111111 | 9e6b3f3f3f3f3f |
EUC-JP | 枳?釪??? | 110110111100110000111111100011111110001110101101001111110011111100111111 | dbcc3f8fe3ad3f3f3f |
UTF-8 | 枳렪釪대렰댄 | 111001101001111010110011111010111010000010101010111010011000011110101010111010111000110010000000111010111010000010110000111010111000110010000100 | e69eb3eba0aae987aaeb8c80eba0b0eb8c84 |
UHC | 枳렪釪대렰댄 | 111100101010110010001110101110001110100111101001101101001110101110001110101111011011010011101101 | f2ac8eb8e9e9b4eb8ebdb4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)