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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 狆蓍狆蓍^ | 111000001011110011100100111001111110000010111100111001001110011101011110 | e0bce4e7e0bce4e75e |
EUC-JP | 狆蓍狆蓍^ | 111000001011111011101000111010011110000010111110111010001110100101011110 | e0bee8e9e0bee8e95e |
UTF-8 | 狆蓍狆蓍^ | 11100111100010111000011011101000100100111000110111100111100010111000011011101000100100111000110101011110 | e78b86e8938de78b86e8938d5e |
UHC | ?蓍?蓍^ | 00111111111000111100100100111111111000111100100101011110 | 3fe3c93fe3c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)