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 | 溿嫉犱執溿 | 11111011010010101000111010111001111110110101101110001110101101111111101101001010 | fb4a8eb9fb5b8eb7fb4a |
EUC-JP | 溿嫉犱執溿 | 10001111110010001011000110111100101110111000111111001010111011111011110010111001100011111100100010110001 | 8fc8b1bcbb8fcaefbcb98fc8b1 |
UTF-8 | 溿嫉犱執溿 | 111001101011101010111111111001011010101110001001111001111000101010110001111001011001111110110111111001101011101010111111 | e6babfe5ab89e78ab1e59fb7e6babf |
UHC | ?嫉?執? | 00111111111100101110110000111111111100101111101100111111 | 3ff2ec3ff2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)