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 | 룶ì±P | 11101011101000111011011011101100101100011000100101010000 | eba3b6ecb18950 |
SJIS-WIN | ?£¶?±?P | 00111111100000011001001010000001111101110011111110000001011111010011111101010000 | 3f819281f73f817d3f50 |
EUC-JP | 룶�P | 1000111110101011101100111010000111110010101000101111100110001111101010111100000010100001110111100011111101010000 | 8fabb3a1f2a2f98fabc0a1de3f50 |
UTF-8 | 룶ì±P | 11000011101010111100001010100011110000101011011011000011101011001100001010110001110000101000100101010000 | c3abc2a3c2b6c3acc2b1c28950 |
UHC | ??¶?±?P | 001111110011111110100010110100100011111110100001101111100011111101010000 | 3f3fa2d23fa1be3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)