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 | 将藕召ア将ョ | 10001111101010111110010101011000100011111010001010110001100011111010101110101110 | 8fabe5588fa2b18fabae |
EUC-JP | 将藕召ア将ョ | 101111101010110111101001101110011011111010100100100011101011000110111110101011011000111010101110 | beade9b9bea48eb1bead8eae |
UTF-8 | 将藕召ア将ョ | 111001011011000010000110111010001001011110010101111001011000111110101100111011111011110110110001111001011011000010000110111011111011110110101110 | e5b086e89795e58facefbdb1e5b086efbdae |
UHC | ?藕召??? | 0011111111101001111001001110000110101111001111110011111100111111 | 3fe9e4e1af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)