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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??幣??幣B | 001111110011111110010101101111000011111100111111100101011011110001000010 | 3f3f95bc3f3f95bc42 |
EUC-JP | ??幣??幣B | 001111110011111111001010101111100011111100111111110010101011111001000010 | 3f3fcabe3f3fcabe42 |
UTF-8 | 룶ㄲ幣룶ㄲ幣B | 11101011101000111011011011100011100001001011001011100101101110011010001111101011101000111011011011100011100001001011001011100101101110011010001101000010 | eba3b6e384b2e5b9a3eba3b6e384b2e5b9a342 |
UHC | 룶ㄲ幣룶ㄲ幣B | 10001111101010111010010010100010111110001100011110001111101010111010010010100010111110001100011101000010 | 8faba4a2f8c78faba4a2f8c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)