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 | 諛雅ェ護ォウ | 111001101000011110001001111010111010101010001100111011001010101110110011 | e68789ebaa8cecabb3 |
EUC-JP | 諛雅ェ護ォウ | 111010111110011110110010111011011000111010101010101110001110111010001110101010111000111010110011 | ebe7b2ed8eaab8ee8eab8eb3 |
UTF-8 | 諛雅ェ護ォウ | 111010001010101110011011111010011001101110000101111011111011110110101010111010001010110110110111111011111011110110101011111011111011110110110011 | e8ab9be99b85efbdaae8adb7efbdabefbdb3 |
UHC | 諛雅?護?? | 111010111011000011100100101110100011111111111011110111100011111100111111 | ebb0e4ba3ffbde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)