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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 覽oΓ^ | 11100110010101001000001010001111100000111010000101011110 | e654828f83a15e |
EUC-JP | 覽oΓ^ | 11101011101101011010001111101111101001101010001101011110 | ebb5a3efa6a35e |
UTF-8 | 覽oΓ^ | 111010001010011010111101111011111011110110001111110011101001001101011110 | e8a6bdefbd8fce935e |
UHC | 覽oΓ^ | 11010101110000101010001111101111101001011100001101011110 | d5c2a3efa5c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)