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 | 雅?甕率 | 10001001111010110011111111100001010100001001011110100110 | 89eb3fe15097a6 |
EUC-JP | 雅?甕率 | 10110010111011010011111111100001101100011100111010101000 | b2ed3fe1b1cea8 |
UTF-8 | 雅먿甕率 | 111010011001101110000101111010111010100010111111111001111001010010010101111001111000111010000111 | e99b85eba8bfe79495e78e87 |
UHC | 雅먿甕率 | 1110010010111010100100001111100111101000101110001110000111100011 | e4ba90f9e8b8e1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)