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 | 臂刻集鐓 | 1110010001011101100011011000111110001111010101111110100001011101 | e45d8d8f8f57e85d |
EUC-JP | 臂刻集鐓 | 1110011110111110101110011110111110111101101110001110111110111110 | e7beb9efbdb8efbe |
UTF-8 | 臂刻集鐓 | 111010001000011110000010111001011000100010111011111010011001101110000110111010011001000010010011 | e88782e588bbe99b86e99093 |
UHC | 臂刻集? | 11011110101000101100101010111110111100111010001000111111 | dea2cabef3a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)