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 | 墺o???? | 1001101011010010100000101000111100111111001111110011111100111111 | 9ad2828f3f3f3f3f |
EUC-JP | 墺o???? | 1101010011010100101000111110111100111111001111110011111100111111 | d4d4a3ef3f3f3f3f |
UTF-8 | 墺o쪓溜⑸젇 | 111001011010001010111010111011111011110110001111111011001010101010010011111011111010011110001011111000101001000110111000111011001010000010000111 | e5a2baefbd8fecaa93efa78be291b8eca087 |
UHC | 墺o쪓溜⑸젇 | 111001111111001010100011111011111010010110001101111010101111111010101001111010111010000010001010 | e7f2a3efa58deafea9eba08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)