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 | 雅?、源?? | 100010011110101100111111100000010100000110001100101110010011111100111111 | 89eb3f81418cb93f3f |
EUC-JP | 雅?、源?? | 101100101110110100111111101000011010001010111000101110110011111100111111 | b2ed3fa1a2b8bb3f3f |
UTF-8 | 雅덈、源뷸꼷 | 111010011001101110000101111010111000110110001000111000111000000010000001111001101011101010010000111010111011011110111000111010101011110010110111 | e99b85eb8d88e38081e6ba90ebb7b8eabcb7 |
UHC | 雅덈、源뷸꼷 | 111001001011101010001000111010111010000110100010111010101011100110111010111001101000010010001111 | e4ba88eba1a2eab9bae6848f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)