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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 升??冶?? | 1000111110100001001111110011111110010110111010000011111100111111 | 8fa13f3f96e83f3f |
EUC-JP | 升??冶?? | 1011111010100011001111110011111111001100111010100011111100111111 | bea33f3fccea3f3f |
UTF-8 | 升뚪갍冶뒒긚 | 111001011000110110000111111010111001101010101010111010101011000010001101111001011000011010110110111010111001001010010010111010101011100010011010 | e58d87eb9aaaeab08de586b6eb9292eab89a |
UHC | 升뚪갍冶뒒긚 | 111000111010111010001100111010011000000101000111111001011010011110001010100011111000001101011000 | e3ae8ce98147e5a78a8f8358 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)