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 | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-WIN | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
EUC-JP | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
UTF-8 | 혟}혘횈 | 11101101100110001001111101111101111011011001100010011000111011011001101010001000 | ed989f7ded9898ed9a88 |
UHC | 혟}혘횈 | 11000010100010010111110111000010100000111100001110000110 | c2897dc283c386 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)