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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?k,毅?? | 001111111000001010001011100000010100001110001011010000100011111100111111 | 3f828b81438b423f3f |
EUC-JP | 渶k,毅?? | 1000111111000111111011011010001111101011101000011010010010110101101000110011111100111111 | 8fc7eda3eba1a4b5a33f3f |
UTF-8 | 渶k,毅⑴뇖 | 111001101011100010110110111011111011110110001011111011111011110010001100111001101010111110000101111000101001000110110100111010111000011110010110 | e6b8b6efbd8befbc8ce6af85e291b4eb8796 |
UHC | 渶k,毅⑴뇖 | 111001111011011110100011111010111010001110101100111010111111011010101001111001111000011110000001 | e7b7a3eba3acebf6a9e78781 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)