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 | 陞サ迢ゥ蝴ョ | 111010001001111010111011111001111000101110101001111001011001101010101110 | e89ebbe78ba9e59aae |
EUC-JP | 陞サ迢ゥ蝴ョ | 111011111111111010001110101110111110110111101011100011101010100111101001111110101000111010101110 | effe8ebbedeb8ea9e9fa8eae |
UTF-8 | 陞サ迢ゥ蝴ョ | 111010011001100110011110111011111011110110111011111010001011111110100010111011111011110110101001111010001001110110110100111011111011110110101110 | e9999eefbdbbe8bfa2efbda9e89db4efbdae |
UHC | 陞???蝴? | 1110001110110011001111110011111100111111111110111101110100111111 | e3b33f3f3ffbdd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)