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 | 孃る?愈 | 10011011011011111000001011101001001111111001011011111010 | 9b6f82e93f96fa |
EUC-JP | 孃る?愈 | 11010101110100001010010011101011001111111100110011111100 | d5d0a4eb3fccfc |
UTF-8 | 孃る맔愈 | 111001011010110110000011111000111000001010001011111010111010011110010100111001101000010010001000 | e5ad83e3828beba794e68488 |
UHC | 孃る맔愈 | 1110010110111110101010101110101110010000101001101110101011101111 | e5beaaeb90a6eaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)