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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 隴悟臆竏ョ^ | 11101000101011011000110011100101100010011011000011100010100010001010111001011110 | e8ad8ce589b0e288ae5e |
EUC-JP | 隴悟臆竏ョ^ | 1111000010101111101110001110011110110010101100101110001111101000100011101010111001011110 | f0afb8e7b2b2e3e88eae5e |
UTF-8 | 隴悟臆竏ョ^ | 11101001100110101011010011100110100000101001111111101000100001111000011011100111101010111000111111101111101111011010111001011110 | e99ab4e6829fe88786e7ab8fefbdae5e |
UHC | ?悟臆??^ | 0011111111100111111101101110010111100110001111110011111101011110 | 3fe7f6e5e63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)