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 | 楡?摯? | 100111101011111000111111100111011001010100111111 | 9ebe3f9d953f |
EUC-JP | 楡?摯? | 110111001100000000111111110110011111010100111111 | dcc03fd9f53f |
UTF-8 | 楡품摯븅 | 111001101010010110100001111011011001001010001000111001101001000110101111111010111011100010000101 | e6a5a1ed9288e691afebb885 |
UHC | 楡품摯븅 | 1110101011111000110001111011000011110010101001111011101011101001 | eaf8c7b0f2a7bae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)