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}O}á³ | 1001011101001111011111011001011101001111011111011110000110110011 | 974f7d974f7de1b3 |
SJIS-WIN | ?O}?O}?? | 0011111101001111011111010011111101001111011111010011111100111111 | 3f4f7d3f4f7d3f3f |
EUC-JP | ?O}?O}á? | 00111111010011110111110100111111010011110111110110001111101010111010000100111111 | 3f4f7d3f4f7d8faba13f |
UTF-8 | O}O}á³ | 110000101001011101001111011111011100001010010111010011110111110111000011101000011100001010110011 | c2974f7dc2974f7dc3a1c2b3 |
UHC | ?O}?O}?³ | 001111110100111101111101001111110100111101111101001111111010100111111000 | 3f4f7d3f4f7d3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)