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 | 予??吟 | 100101110101110000111111001111111000101111100001 | 975c3f3f8be1 |
EUC-JP | 予??吟 | 110011011011110100111111001111111011011011100011 | cdbd3f3fb6e3 |
UTF-8 | 予쀩퐡吟 | 111001001011101010001000111011001000000010101001111011011001000010100001111001011001000010011111 | e4ba88ec80a9ed90a1e5909f |
UHC | 予쀩퐡吟 | 1110010111111000100101111110100110111101100010101110101111100001 | e5f897e9bd8aebe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)