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 | 永??鎰?┷ | 100010010110100100111111001111111110100001001100001111111000010010111000 | 89693f3fe84c3f84b8 |
EUC-JP | 永??鎰?┷ | 101100011100101000111111001111111110111110101101001111111010100010111010 | b1ca3f3fefad3fa8ba |
UTF-8 | 永띕낑鎰뽳┷ | 111001101011000010111000111010111001110110010101111010111000001010010001111010011000111010110000111010111011110110110011111000101001010010110111 | e6b0b8eb9d95eb8291e98eb0ebbdb3e294b7 |
UHC | 永띕낑鎰뽳┷ | 111001111011010110110110111010111011001110101001111011001111000010010110111011111010011010111010 | e7b5b6ebb3a9ecf096efa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)