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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?誓??誓?^ | 001111111001000010111110001111110011111110010000101111100011111101011110 | 3f90be3f3f90be3f5e |
EUC-JP | ?誓??誓?^ | 001111111100000011000000001111110011111111000000110000000011111101011110 | 3fc0c03f3fc0c03f5e |
UTF-8 | 샬誓섞샬誓섞^ | 11101100100000111010110011101000101010101001001111101100100001001001111011101100100000111010110011101000101010101001001111101100100001001001111001011110 | ec83ace8aa93ec849eec83ace8aa93ec849e5e |
UHC | 샬誓섞샬誓섞^ | 10111100101000111110000010100101101111001010111110111100101000111110000010100101101111001010111101011110 | bca3e0a5bcafbca3e0a5bcaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)