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 | ???豺 | 0011111100111111001111111110011010110111 | 3f3f3fe6b7 |
EUC-JP | ???豺 | 0011111100111111001111111110110010111001 | 3f3f3fecb9 |
UTF-8 | 챌찼려豺 | 111011001011000110001100111011001011000010111100111010111010000010100100111010001011000110111010 | ecb18cecb0bceba0a4e8b1ba |
UHC | 챌찼려豺 | 1100001110100111110000111010000110110111110000011110001111001111 | c3a7c3a1b7c1e3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)