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 | 摯?ぐ? | 100111011001010100111111100000101010111000111111 | 9d953f82ae3f |
EUC-JP | 摯?ぐ? | 110110011111010100111111101001001011000000111111 | d9f53fa4b03f |
UTF-8 | 摯퀭ぐ렒 | 111001101001000110101111111011011000000010101101111000111000000110010000111010111010000010010010 | e691afed80ade38190eba092 |
UHC | 摯퀭ぐ렒 | 1111001010100111110001001111101010101010101100001000111010100111 | f2a7c4faaab08ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)