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 | 熱??亦 | 100101000100110100111111001111111001011010010010 | 944d3f3f9692 |
EUC-JP | 熱??亦 | 110001111010111000111111001111111100101111110010 | c7ae3f3fcbf2 |
UTF-8 | 熱썼눎亦 | 111001111000011010110001111011001000110110111100111010111000100010001110111001001011101010100110 | e786b1ec8dbceb888ee4baa6 |
UHC | 熱썼눎亦 | 1110011011110000101111011110100010000111101010101110011010110010 | e6f0bde887aae6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)