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 | ?癰b? | 001111111110000110011110100000101000001000111111 | 3fe19e82823f |
EUC-JP | ?癰b? | 001111111110000111111110101000111110001000111111 | 3fe1fea3e23f |
UTF-8 | 체癰b뾾 | 111011001011001010110100111001111001100110110000111011111011110110000010111010111011111010111110 | ecb2b4e799b0efbd82ebbebe |
UHC | 체癰b뾾 | 1100001110111100111010001011100110100011111000101001011110000110 | c3bce8b9a3e29786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)