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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佇?肄?? | 10011000110010000011111111100011111001010011111100111111 | 98c83fe3e53f3f |
EUC-JP | 佇?肄?? | 11010000110010100011111111100110111001110011111100111111 | d0ca3fe6e73f3f |
UTF-8 | 佇렰肄쮸눔 | 111001001011110110000111111010111010000010110000111010001000001010000100111011001010111010111000111010111000100010010100 | e4bd87eba0b0e88284ecaeb8eb8894 |
UHC | 佇렰肄쮸눔 | 11101110101101111000111010111101111011001011110111000010111010011011010010101110 | eeb78ebdecbdc2e9b4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)