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 | 誰æ | 111010001010101010110000111001101000101110000101 | e8aab0e68b85 |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | 誰æ?? | 10001111101010111011001010001111101000101110110010100001111010111000111110101001110000010011111100111111 | 8fabb28fa2eca1eb8fa9c13f3f |
UTF-8 | 誰æ | 110000111010100011000010101010101100001010110000110000111010011011000010100010111100001010000101 | c3a8c2aac2b0c3a6c28bc285 |
UHC | ?ª°æ?? | 001111111010100010100011101000011100011010101001101000010011111100111111 | 3fa8a3a1c6a9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)