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 | ???R???b | 0011111100111111001111110101001000111111001111110011111101100010 | 3f3f3f523f3f3f62 |
SJIS-WIN | ???R???b | 0011111100111111001111110101001000111111001111110011111101100010 | 3f3f3f523f3f3f62 |
EUC-JP | ???R???b | 0011111100111111001111110101001000111111001111110011111101100010 | 3f3f3f523f3f3f62 |
UTF-8 | 묳뫇뫎R묳뫇뫋b | 1110101110101100101100111110101110101011100001111110101110101011100011100101001011101011101011001011001111101011101010111000011111101011101010111000101101100010 | ebacb3ebab87ebab8e52ebacb3ebab87ebab8b62 |
UHC | 묳뫇뫎R묳뫇뫋b | 1001001001001010100100011010101010010001101100000101001010010010010010101001000110101010100100011010110101100010 | 924a91aa91b052924a91aa91ad62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)