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 | ?f?????? | 0011111101100110001111110011111100111111001111110011111100111111 | 3f663f3f3f3f3f3f |
SJIS-WIN | ?f?????? | 0011111101100110001111110011111100111111001111110011111100111111 | 3f663f3f3f3f3f3f |
EUC-JP | ?f?????? | 0011111101100110001111110011111100111111001111110011111100111111 | 3f663f3f3f3f3f3f |
UTF-8 | 채f혮첫혟횈횪짯 | 11101100101100011000010001100110111011011001100010101110111011001011001010101011111011011001100010011111111011011001101010001000111011011001101010101010111011001010011110101111 | ecb18466ed98aeecb2abed989fed9a88ed9aaaeca7af |
UHC | 채f혮첫혟횈횪짯 | 110000111010010001100110110000101001010111000011101110011100001010001001110000111000011011000011101000001100001010101101 | c3a466c295c3b9c289c386c3a0c2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)