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 | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | ?兀w?兀w^ | 001111111001100101011001011101110011111110011001010110010111011101011110 | 3f9959773f9959775e |
EUC-JP | ?兀w?兀w^ | 001111111101000110111010011101110011111111010001101110100111011101011110 | 3fd1ba773fd1ba775e |
UTF-8 | 먦兀w먦兀w^ | 111010111010100010100110111001011000010110000000011101111110101110101000101001101110010110000101100000000111011101011110 | eba8a6e5858077eba8a6e58580775e |
UHC | 먦兀w먦兀w^ | 1001000011100011111010001011010001110111100100001110001111101000101101000111011101011110 | 90e3e8b47790e3e8b4775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)