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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 歟??碍 | 100111110110001000111111001111111000101001010110 | 9f623f3f8a56 |
EUC-JP | 歟??碍 | 110111011100001100111111001111111011001110110111 | ddc33f3fb3b7 |
UTF-8 | 歟앺걧碍 | 111001101010110110011111111011001001010110111010111010101011000110100111111001111010001010001101 | e6ad9fec95baeab1a7e7a28d |
UHC | 歟앺걧碍 | 1110011010100010100111011110110110000001100100001110010011110100 | e6a29ded8190e4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)