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 | ?Y????o^ | 0011111101011001001111110011111100111111001111110110111101011110 | 3f593f3f3f3f6f5e |
SJIS-WIN | ?Y????o^ | 0011111101011001001111110011111100111111001111110110111101011110 | 3f593f3f3f3f6f5e |
EUC-JP | ?Y????o^ | 0011111101011001001111110011111100111111001111110110111101011110 | 3f593f3f3f3f6f5e |
UTF-8 | 혪Y혩짼혩짱o^ | 111011011001100010101010010110011110110110011000101010011110110010100111101111001110110110011000101010011110110010100111101100010110111101011110 | ed98aa59ed98a9eca7bced98a9eca7b16f5e |
UHC | 혪Y혩짼혩짱o^ | 11000010100100100101100111000010100100011100001010110010110000101001000111000010101011110110111101011110 | c29259c291c2b2c291c2af6f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)