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쪓溜띾젾 | 111001011010001010111010111011111011110110001111111011001010101010010011111011111010011110001011111010111001110110111110111011001010000010111110 | e5a2baefbd8fecaa93efa78beb9dbeeca0be |
UHC | 墺o쪓溜띾젾 | 111001111111001010100011111011111010010110001101111010101111111010001101111010111010000010110000 | e7f2a3efa58deafe8deba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)