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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 泳??泳??B | 100010010110101000111111001111111000100101101010001111110011111101000010 | 896a3f3f896a3f3f42 |
EUC-JP | 泳??泳??B | 101100011100101100111111001111111011000111001011001111110011111101000010 | b1cb3f3fb1cb3f3f42 |
UTF-8 | 泳싧끀泳싧끀B | 11100110101100111011001111101100100010111010011111101011100000011000000011100110101100111011001111101100100010111010011111101011100000011000000001000010 | e6b3b3ec8ba7eb8180e6b3b3ec8ba7eb818042 |
UHC | 泳싧끀泳싧끀B | 11100111101101101001101011100101100001011011011011100111101101101001101011100101100001011011011001000010 | e7b69ae585b6e7b69ae585b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)