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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???噫卿B | 0011111100111111001111111001101010000000100010111010100001000010 | 3f3f3f9a808ba842 |
EUC-JP | ???噫卿B | 0011111100111111001111111101001111100000101101101010101001000010 | 3f3f3fd3e0b6aa42 |
UTF-8 | 뤦쭐긔噫卿B | 11101011101001001010011011101100101011011001000011101010101110001001010011100101100110011010101111100101100011011011111101000010 | eba4a6ecad90eab894e599abe58dbf42 |
UHC | 뤦쭐긔噫卿B | 1000111111010100110000101110000110110001111000011111110111101101110011001100111101000010 | 8fd4c2e1b1e1fdedcccf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)