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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??疑?儀?^ | 001111110011111110001011010111100011111110001011010101100011111101011110 | 3f3f8b5e3f8b563f5e |
EUC-JP | ??疑?儀?^ | 001111110011111110110101101111110011111110110101101101110011111101011110 | 3f3fb5bf3fb5b73f5e |
UTF-8 | 亐렕疑렑儀뮬^ | 11100100101110101001000011101011101000001001010111100111100101101001000111101011101000001001000111100101100001001000000011101011101011101010110001011110 | e4ba90eba095e79691eba091e58480ebaeac5e |
UHC | 亐렕疑렑儀뮬^ | 11101010101001111000111010101010111010111111011110001110101001101110101111110000101110011100010001011110 | eaa78eaaebf78ea6ebf0b9c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)