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 | û£«û£«^ | 11111011101000111010101111111011101000111010101101011110 | fba3abfba3ab5e |
SJIS-WIN | ?£??£?^ | 001111111000000110010010001111110011111110000001100100100011111101011110 | 3f81923f3f81923f5e |
EUC-JP | û£?û£?^ | 10001111101010111110010110100001111100100011111110001111101010111110010110100001111100100011111101011110 | 8fabe5a1f23f8fabe5a1f23f5e |
UTF-8 | û£«û£«^ | 11000011101110111100001010100011110000101010101111000011101110111100001010100011110000101010101101011110 | c3bbc2a3c2abc3bbc2a3c2ab5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)