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 | 蟄也明驫ァ | 111001011010110110010110111001111001011010111110111010011000101010100111 | e5ad96e796bee98aa7 |
EUC-JP | 蟄也明驫ァ | 11101010101011111100110011101001110011001100000011110001111010101000111010100111 | eaafcce9ccc0f1ea8ea7 |
UTF-8 | 蟄也明驫ァ | 111010001001111110000100111001001011100110011111111001101001100010001110111010011010100110101011111011111011110110100111 | e89f84e4b99fe6988ee9a9abefbda7 |
UHC | 蟄也明?? | 1111011011011110111001011010010111011001101001010011111100111111 | f6dee5a5d9a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)