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 | ?t? | 001111110111010000111111 | 3f743f |
SJIS-WIN | ?t? | 001111110111010000111111 | 3f743f |
EUC-JP | ?t? | 001111110111010000111111 | 3f743f |
UTF-8 | 렠t글 | 11101011101000001010000001110100111010101011100010000000 | eba0a074eab880 |
UHC | 렠t글 | 1000111010110001011101001011000111011011 | 8eb174b1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)