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 | ?低? | 00111111100100101110000100111111 | 3f92e13f |
EUC-JP | ?低? | 00111111110001001110001100111111 | 3fc4e33f |
UTF-8 | 낳低생 | 111010111000001010110011111001001011110110001110111011001000001110011101 | eb82b3e4bd8eec839d |
UHC | 낳低생 | 101100111011101011101110101110001011101111111101 | b3baeeb8bbfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)