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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???攬 | 0011111100111111001111111001110110101110 | 3f3f3f9dae |
EUC-JP | ???攬 | 0011111100111111001111111101101010110000 | 3f3f3fdab0 |
UTF-8 | 렯렲륁攬 | 111010111010000010101111111010111010000010110010111010111010010110000001111001101001010010101100 | eba0afeba0b2eba581e694ac |
UHC | 렯렲륁攬 | 1000111010111100100011101011111110001111111011001101010110111011 | 8ebc8ebf8fecd5bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)