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 | ??眼嶽 | 001111110011111110001010111000011001101111010100 | 3f3f8ae19bd4 |
EUC-JP | ??眼嶽 | 001111110011111110110100111000111101011011010110 | 3f3fb4e3d6d6 |
UTF-8 | 뤑쫸眼嶽 | 111010111010010010010001111011001010101110111000111001111001110010111100111001011011011010111101 | eba491ecabb8e79cbce5b6bd |
UHC | 뤑쫸眼嶽 | 1000111111000001101001101000111111100100110100011110010011000000 | 8fc1a68fe4d1e4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)