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 | 膀鰹終羃 | 1110010001001110100010101000111110001111010010011110001110110000 | e44e8a8f8f49e3b0 |
EUC-JP | 膀鰹終羃 | 1110011110101111101100111110111110111101101010101110011010110010 | e7afb3efbdaae6b2 |
UTF-8 | 膀鰹終羃 | 111010001000011010000000111010011011000010111001111001111011010110000010111001111011111010000011 | e88680e9b0b9e7b582e7be83 |
UHC | 膀?終? | 110110111011100100111111111100001111101100111111 | dbb93ff0fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)