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 | ?b}?b{^ | 00111111011000100111110100111111011000100111101101011110 | 3f627d3f627b5e |
SJIS-WIN | ?b}?b{^ | 00111111011000100111110100111111011000100111101101011110 | 3f627d3f627b5e |
EUC-JP | ?b}?b{^ | 00111111011000100111110100111111011000100111101101011110 | 3f627d3f627b5e |
UTF-8 | 묱b}묱b{^ | 1110101110101100101100010110001001111101111010111010110010110001011000100111101101011110 | ebacb1627debacb1627b5e |
UHC | 묱b}묱b{^ | 100100100100100001100010011111011001001001001000011000100111101101011110 | 9248627d9248627b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)