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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譟碑シ菩混隲 | 1110011010011111100101001110100010111100100101011110110010001101101011001110100010101011 | e69f94e8bc95ec8dace8ab |
EUC-JP | 譟碑シ菩混隲 | 111011001010000111001000111010101000111010111100110010101110111010111010101011101111000010101101 | eca1c8ea8ebccaeebaaef0ad |
UTF-8 | 譟碑シ菩混隲 | 111010001010110110011111111001111010001010010001111011111011110110111100111010001000111110101001111001101011011110110111111010011001101010110010 | e8ad9fe7a291efbdbce88fa9e6b7b7e99ab2 |
UHC | ?碑?菩混? | 001111111101110111111000001111111101110011001100111110111110100000111111 | 3fddf83fdcccfbe83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)