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 | O½º² | 1001001001001111100100011011110110010001101110101001000110110010 | 924f91bd91ba91b2 |
SJIS-WIN | ?O?????? | 0011111101001111001111110011111100111111001111110011111100111111 | 3f4f3f3f3f3f3f3f |
EUC-JP | ?O???º?? | 00111111010011110011111100111111001111111000111110100010111010110011111100111111 | 3f4f3f3f3f8fa2eb3f3f |
UTF-8 | O½º² | 110000101001001001001111110000101001000111000010101111011100001010010001110000101011101011000010100100011100001010110010 | c2924fc291c2bdc291c2bac291c2b2 |
UHC | ?O?½?º?² | 0011111101001111001111111010100011110110001111111010100010101100001111111010100111110111 | 3f4f3fa8f63fa8ac3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)