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 | 雅????? | 10001001111010110011111100111111001111110011111100111111 | 89eb3f3f3f3f3f |
EUC-JP | 雅??堉?? | 101100101110110100111111001111111000111110110111111111010011111100111111 | b2ed3f3f8fb7fd3f3f |
UTF-8 | 雅덈㈀堉띌쨹 | 111010011001101110000101111010111000110110001000111000111000100010000000111001011010000010001001111010111001110110001100111011001010100010111001 | e99b85eb8d88e38880e5a089eb9d8ceca8b9 |
UHC | 雅덈㈀堉띌쨹 | 111001001011101010001000111010111010100110110001111010111011110010110110111010011010010010010011 | e4ba88eba9b1ebbcb6e9a493 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)