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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝠シ譁大サ | 1110010110010101101111001110011010010110100100011110010110111011 | e595bce69691e5bb |
EUC-JP | 蝠シ譁大サ | 11101001111101011000111010111100111010111111011011000010111001111000111010111011 | e9f58ebcebf6c2e78ebb |
UTF-8 | 蝠シ譁大サ | 111010001001110110100000111011111011110110111100111010001010110110000001111001011010010010100111111011111011110110111011 | e89da0efbdbce8ad81e5a4a7efbdbb |
UHC | ??譁大? | 00111111001111111111110010100110110100111101111000111111 | 3f3ffca6d3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)