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 | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
EUC-JP | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
UTF-8 | 뤯헤⅛G렱 | 11101011101001001010111111101101100101111010010011100010100001011001101101000111111010111010000010110001 | eba4afed97a4e2859b47eba0b1 |
UHC | 뤯헤⅛G렱 | 100011111101110111000111111011001010100011111011010001111000111010111110 | 8fddc7eca8fb478ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)