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 | ¸¨Ýõ | 1000111110111000101010001101110111110101 | 8fb8a8ddf5 |
SJIS-WIN | ??¨?? | 001111110011111110000001010011100011111100111111 | 3f3f814e3f3f |
EUC-JP | ?¸¨Ýõ | 001111111000111110100010101100011010000110101111100011111010101011110010100011111010101111011000 | 3f8fa2b1a1af8faaf28fabd8 |
UTF-8 | ¸¨Ýõ | 11000010100011111100001010111000110000101010100011000011100111011100001110110101 | c28fc2b8c2a8c39dc3b5 |
UHC | ?¸¨?? | 00111111101000101010110010100001101001110011111100111111 | 3fa2aca1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)