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 | ?泰濯 | 0011111110010001110101111001000111110011 | 3f91d791f3 |
EUC-JP | ?泰濯 | 0011111111000010110110011100001011110101 | 3fc2d9c2f5 |
UTF-8 | 뤜泰濯 | 111010111010010010011100111001101011001110110000111001101011111110101111 | eba49ce6b3b0e6bfaf |
UHC | 뤜泰濯 | 100011111100101111110111110000011111011011111011 | 8fcbf7c1f6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)