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 | ?寡與? | 001111111000100111000111111001000110111100111111 | 3f89c7e46f3f |
EUC-JP | ?寡與? | 001111111011001011001001111001111101000000111111 | 3fb2c9e7d03f |
UTF-8 | 룵寡與퓦 | 111010111010001110110101111001011010111110100001111010001000100010000111111011011001001110100110 | eba3b5e5afa1e88887ed93a6 |
UHC | 룵寡與퓦 | 1000111110101010110011011111101111100110101010001011111110001111 | 8faacdfbe6a8bf8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)