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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?押[?押[^ | 001111111000100110011111010110110011111110001001100111110101101101011110 | 3f899f5b3f899f5b5e |
EUC-JP | ?押[?押[^ | 001111111011001010100001010110110011111110110010101000010101101101011110 | 3fb2a15b3fb2a15b5e |
UTF-8 | 멏押[멏押[^ | 111010111010100110001111111001101000101010111100010110111110101110101001100011111110011010001010101111000101101101011110 | eba98fe68abc5beba98fe68abc5b5e |
UHC | 멏押[멏押[^ | 1001000101000100111001001110001101011011100100010100010011100100111000110101101101011110 | 9144e4e35b9144e4e35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)