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 | ???日?? | 00111111001111110011111110010011111110100011111100111111 | 3f3f3f93fa3f3f |
EUC-JP | ???日?? | 00111111001111110011111111000110111111000011111100111111 | 3f3f3fc6fc3f3f |
UTF-8 | 吳됰뿨日딀뿬 | 111001011001000010110011111010111001000010110000111010111011111110101000111001101001011110100101111010111001010010000000111010111011111110101100 | e590b3eb90b0ebbfa8e697a5eb9480ebbfac |
UHC | 吳됰뿨日딀뿬 | 111001111110111110001001111010111001011110101000111011001110110110001010111001101001011110101100 | e7ef89eb97a8eced8ae697ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)