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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?軒翅^ | 001111111000110010101100111000111100000001011110 | 3f8cace3c05e |
EUC-JP | ?軒翅^ | 001111111011100010101110111001101100001001011110 | 3fb8aee6c25e |
UTF-8 | 싵軒翅^ | 11101100100010111011010111101000101110111001001011100111101111111000010101011110 | ec8bb5e8bb92e7bf855e |
UHC | 싵軒翅^ | 10011010111011101111101011001101111000111100011101011110 | 9aeefacde3c75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)