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??}??i | 001111110011111101101111001111110011111101111101001111110011111101101001 | 3f3f6f3f3f7d3f3f69 |
SJIS-WIN | ??o??}??i | 001111110011111101101111001111110011111101111101001111110011111101101001 | 3f3f6f3f3f7d3f3f69 |
EUC-JP | ??o??}??i | 001111110011111101101111001111110011111101111101001111110011111101101001 | 3f3f6f3f3f7d3f3f69 |
UTF-8 | 횄쨩o횄짤}횂혮i | 111011011001101010000100111011001010100010101001011011111110110110011010100001001110110010100111101001000111110111101101100110101000001011101101100110001010111001101001 | ed9a84eca8a96fed9a84eca7a47ded9a82ed98ae69 |
UHC | 횄쨩o횄짤}횂혮i | 110000111000001111000010101110110110111111000011100000111100001010101001011111011100001110000010110000101001010101101001 | c383c2bb6fc383c2a97dc382c29569 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)