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 | ÂMYÂMbE | 110000101001101101001101010110011100001010011011010011010110001001000101 | c29b4d59c29b4d6245 |
SJIS-WIN | ??MY??MbE | 001111110011111101001101010110010011111100111111010011010110001001000101 | 3f3f4d593f3f4d6245 |
EUC-JP | Â?MYÂ?MbE | 10001111101010101010010000111111010011010101100110001111101010101010010000111111010011010110001001000101 | 8faaa43f4d598faaa43f4d6245 |
UTF-8 | ÂMYÂMbE | 11000011100000101100001010011011010011010101100111000011100000101100001010011011010011010110001001000101 | c382c29b4d59c382c29b4d6245 |
UHC | ??MY??MbE | 001111110011111101001101010110010011111100111111010011010110001001000101 | 3f3f4d593f3f4d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)