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 | ????´ | 0011111100111111001111110011111110110100 | 3f3f3f3fb4 |
SJIS-WIN | 佇?肄?´ | 1001100011001000001111111110001111100101001111111000000101001100 | 98c83fe3e53f814c |
EUC-JP | 佇?肄?´ | 1101000011001010001111111110011011100111001111111010000110101101 | d0ca3fe6e73fa1ad |
UTF-8 | 佇렰肄쯤´ | 1110010010111101100001111110101110100000101100001110100010000010100001001110110010101111101001001100001010110100 | e4bd87eba0b0e88284ecafa4c2b4 |
UHC | 佇렰肄쯤´ | 11101110101101111000111010111101111011001011110111000010111010111010001010100101 | eeb78ebdecbdc2eba2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)