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 | 藪域陰苜 | 1110010101001101100010001110011010001001010000011110010010011100 | e54d88e68941e49c |
EUC-JP | 藪域陰苜 | 1110100110101110101100001110100010110001101000101110011111111100 | e9aeb0e8b1a2e7fc |
UTF-8 | 藪域陰苜 | 111010001001011110101010111001011001111110011111111010011001100110110000111010001000101110011100 | e897aae59f9fe999b0e88b9c |
UHC | 藪域陰? | 11100010101111111110011010110100111010111110010000111111 | e2bfe6b4ebe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)