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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 糢糜狆糢糜狆B | 11100010111101011110001011110100111000001011110011100010111101011110001011110100111000001011110001000010 | e2f5e2f4e0bce2f5e2f4e0bc42 |
EUC-JP | 糢糜狆糢糜狆B | 11100100111101111110010011110110111000001011111011100100111101111110010011110110111000001011111001000010 | e4f7e4f6e0bee4f7e4f6e0be42 |
UTF-8 | 糢糜狆糢糜狆B | 11100111101100111010001011100111101100111001110011100111100010111000011011100111101100111010001011100111101100111001110011100111100010111000011001000010 | e7b3a2e7b39ce78b86e7b3a2e7b39ce78b8642 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)