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 | ?C??h?C?? | 001111110100001100111111001111110110100000111111010000110011111100111111 | 3f433f3f683f433f3f |
SJIS-WIN | ?C??h?C?? | 001111110100001100111111001111110110100000111111010000110011111100111111 | 3f433f3f683f433f3f |
EUC-JP | ?C??h?C?? | 001111110100001100111111001111110110100000111111010000110011111100111111 | 3f433f3f683f433f3f |
UTF-8 | 혫C첬횇h혫C첬횇 | 111011011001100010101011010000111110110010110010101011001110110110011010100001110110100011101101100110001010101101000011111011001011001010101100111011011001101010000111 | ed98ab43ecb2aced9a8768ed98ab43ecb2aced9a87 |
UHC | 혫C첬횇h혫C첬횇 | 110000101001001101000011110000111011101011000011100001010110100011000010100100110100001111000011101110101100001110000101 | c29343c3bac38568c29343c3bac385 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)