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 | ?巾喜? | 001111111000101111010000100010101110110000111111 | 3f8bd08aec3f |
EUC-JP | ?巾喜? | 001111111011011011010010101101001110111000111111 | 3fb6d2b4ee3f |
UTF-8 | 뤰巾喜죳 | 111010111010010010110000111001011011011110111110111001011001011010011100111011001010001110110011 | eba4b0e5b7bee5969ceca3b3 |
UHC | 뤰巾喜죳 | 1000111111011110110010111110111011111101111011001010000110001110 | 8fdecbeefdeca18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)