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 | ???誼?若 | 0011111100111111001111111000101101100010001111111000111011100001 | 3f3f3f8b623f8ee1 |
EUC-JP | ???誼?若 | 0011111100111111001111111011010111000011001111111011110011100011 | 3f3f3fb5c33fbce3 |
UTF-8 | 吳됰쓹誼튚若 | 111001011001000010110011111010111001000010110000111011001001001110111001111010001010101010111100111011011000101010011010111010001000101110100101 | e590b3eb90b0ec93b9e8aabced8a9ae88ba5 |
UHC | 吳됰쓹誼튚若 | 111001111110111110001001111010111001110110010101111010111111111010111010010010111110010110110100 | e7ef89eb9d95ebfeba4be5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)