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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 穩????? | 11100010011100100011111100111111001111110011111100111111 | e2723f3f3f3f3f |
EUC-JP | 穩??濚?? | 111000111101001100111111001111111000111111001001101000010011111100111111 | e3d33f3f8fc9a13f3f |
UTF-8 | 穩뚳슛濚㎬떐 | 111001111010100110101001111010111001101010110011111011001000101010011011111001101011111110011010111000111000111010101100111010111001011010010000 | e7a9a9eb9ab3ec8a9be6bf9ae38eaceb9690 |
UHC | 穩뚳슛濚㎬떐 | 111010001011000110001100111011111011110110111000111001111011100110100111111010001000101110100110 | e8b18cefbdb8e7b9a7e88ba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)