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 | ?C?\?K?N | 0011111101000011001111110101110000111111010010110011111101001110 | 3f433f5c3f4b3f4e |
SJIS-WIN | ?C?\?K?N | 0011111101000011001111110101110000111111010010110011111101001110 | 3f433f5c3f4b3f4e |
EUC-JP | ?C?\?K?N | 0011111101000011001111110101110000111111010010110011111101001110 | 3f433f5c3f4b3f4e |
UTF-8 | 혪C혪\혪K혪N | 11101101100110001010101001000011111011011001100010101010010111001110110110011000101010100100101111101101100110001010101001001110 | ed98aa43ed98aa5ced98aa4bed98aa4e |
UHC | 혪C혪\혪K혪N | 110000101001001001000011110000101001001001011100110000101001001001001011110000101001001001001110 | c29243c2925cc2924bc2924e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)