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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??を?釐?\ | 001111110011111110000010111100000011111111100111110110000011111101011100 | 3f3f82f03fe7d83f5c |
EUC-JP | ??を?釐?\ | 001111110011111110100100111100100011111111101110110110100011111101011100 | 3f3fa4f23feeda3f5c |
UTF-8 | 룶쥚を룶釐⒟\ | 11101011101000111011011011101100101001011001101011100011100000101001001011101011101000111011011011101001100001111001000011100010100100101001111101011100 | eba3b6eca59ae38292eba3b6e98790e2929f5c |
UHC | 룶쥚を룶釐⒟\ | 10001111101010111010001010001111101010101111001010001111101010111101011111101101101010011101000001011100 | 8faba28faaf28fabd7eda9d05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)