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 | 崖??? | 1000101001010010001111110011111100111111 | 8a523f3f3f |
EUC-JP | 崖??? | 1011001110110011001111110011111100111111 | b3b33f3f3f |
UTF-8 | 崖ㅵ뵺廉 | 111001011011010010010110111000111000010110110101111010111011010110111010111011111010011010100010 | e5b496e385b5ebb5baefa6a2 |
UHC | 崖ㅵ뵺廉 | 1110010011110000101001001110010110010100101110001110011011110101 | e4f0a4e594b8e6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)