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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?暴ξ | 0011111110010110010111001000001111001100 | 3f965c83cc |
EUC-JP | ?暴ξ | 0011111111001011101111011010011011001110 | 3fcbbda6ce |
UTF-8 | 뤋暴ξ | 1110101110100100100010111110011010011010101101001100111010111110 | eba48be69ab4cebe |
UHC | 뤋暴ξ | 100011111011101111111000111011001010010111101110 | 8fbbf8eca5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)