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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 。゙将筍ゥチ | 10100001110111101000111110101011111000101010000111110001100011111010100111000001 | a1de8fabe2a1f18fa9c1 |
EUC-JP | 。゙将筍?ゥチ | 10001110101000011000111011011110101111101010110111100100101000110011111110001110101010011000111011000001 | 8ea18edebeade4a33f8ea98ec1 |
UTF-8 | 。゙将筍ゥチ | 111011111011110110100001111011111011111010011110111001011011000010000110111001111010110110001101111011101000010010001010111011111011110110101001111011111011111010000001 | efbda1efbe9ee5b086e7ad8dee848aefbda9efbe81 |
UHC | ???筍??? | 0011111100111111001111111110001011101100001111110011111100111111 | 3f3f3fe2ec3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)