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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 乳?? | 10010011111110110011111100111111 | 93fb3f3f |
EUC-JP | 乳?? | 11000110111111010011111100111111 | c6fd3f3f |
UTF-8 | 乳㏘짠 | 111001001011100110110011111000111000111110011000111011001010011110100000 | e4b9b3e38f98eca7a0 |
UHC | 乳㏘짠 | 111010101110000110100010111001001100001010100111 | eae1a2e4c2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)