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 | ?享?? | 0011111110001011100111010011111100111111 | 3f8b9d3f3f |
EUC-JP | ?享?? | 0011111110110101111111010011111100111111 | 3fb5fd3f3f |
UTF-8 | 됰享먤寮 | 111010111001000010110000111001001011101010101011111010111010100010100100111011111010011010111100 | eb90b0e4baabeba8a4efa6bc |
UHC | 됰享먤寮 | 1000100111101011111110101011110110010000111000011110100011110000 | 89ebfabd90e1e8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)