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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
UTF-8 | 렱렚셋샬섞\ | 11101011101000001011000111101011101000001001101011101100100001011000101111101100100000111010110011101100100001001001111001011100 | eba0b1eba09aec858bec83acec849e5c |
UHC | 렱렚셋샬섞\ | 1000111010111110100011101010110110111100110000101011110010100011101111001010111101011100 | 8ebe8eadbcc2bca3bcaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)