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 | åìì¼BB | 1110010111101100100011001110110010001000101111000100001001000010 | e5ec8cec88bc4242 |
SJIS-WIN | ??????BB | 0011111100111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f3f4242 |
EUC-JP | åì?ì??BB | 1000111110101011101010011000111110101011110000000011111110001111101010111100000000111111001111110100001001000010 | 8faba98fabc03f8fabc03f3f4242 |
UTF-8 | åìì¼BB | 1100001110100101110000111010110011000010100011001100001110101100110000101000100011000010101111000100001001000010 | c3a5c3acc28cc3acc288c2bc4242 |
UHC | ?????¼BB | 001111110011111100111111001111110011111110101000111110010100001001000010 | 3f3f3f3f3fa8f94242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)