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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??亂 | 00111111001111111001100010101010 | 3f3f98aa |
EUC-JP | ??亂 | 00111111001111111101000010101100 | 3f3fd0ac |
UTF-8 | 넘폐亂 | 111010111000010010011000111011011000111110010000111001001011101010000010 | eb8498ed8f90e4ba82 |
UHC | 넘폐亂 | 101100111101000111000110111100111101010110101111 | b3d1c6f3d5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)