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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艶g?雅 | 10001001100100001000001010000111001111111000100111101011 | 899082873f89eb |
EUC-JP | 艶g?雅 | 10110001111100001010001111100111001111111011001011101101 | b1f0a3e73fb2ed |
UTF-8 | 艶g뎡雅 | 111010001000100110110110111011111011110110000111111010111000111010100001111010011001101110000101 | e889b6efbd87eb8ea1e99b85 |
UHC | 艶g뎡雅 | 1110011011111101101000111110011110110101101100101110010010111010 | e6fda3e7b5b2e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)