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 | 崖ュ?? | 100010100101001010000011100001010011111100111111 | 8a5283853f3f |
EUC-JP | 崖ュ?? | 101100111011001110100101111001010011111100111111 | b3b3a5e53f3f |
UTF-8 | 崖ュ뮘念 | 111001011011010010010110111000111000001110100101111010111010111010011000111011111010011010100011 | e5b496e383a5ebae98efa6a3 |
UHC | 崖ュ뮘念 | 1110010011110000101010111110010110010010101001001110011011110110 | e4f0abe592a4e6f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)