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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陋幄鴇逕 | 1110100010011011100110111110100010010011101111001110011110010100 | e89b9be893bce794 |
EUC-JP | 陋幄鴇逕 | 1110111111111011110101101110101011000110101111101110110111110100 | effbd6eac6beedf4 |
UTF-8 | 陋幄鴇逕 | 111010011001100110001011111001011011100110000100111010011011010010000111111010011000000010010101 | e9998be5b984e9b487e98095 |
UHC | 陋幄?逕 | 11010111101100001110010011000001001111111100110011101111 | d7b0e4c13fccef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)