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 | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
SJIS-WIN | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
EUC-JP | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
UTF-8 | 룶웡∼G룶웡 | 11101011101000111011011011101100100110111010000111100010100010001011110001000111111010111010001110110110111011001001101110100001 | eba3b6ec9ba1e288bc47eba3b6ec9ba1 |
UHC | 룶웡∼G룶웡 | 1000111110101011101111111111110110100001101011010100011110001111101010111011111111111101 | 8fabbffda1ad478fabbffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)