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 | 髣暮ッ帛援邱 | 1110100110010111100101011110100110101111100110111110010110001001100001111110011110110111 | e99795e9af9be58987e7b7 |
EUC-JP | 髣暮ッ帛援邱 | 111100011111011111001010111010111000111010101111110101101110011110110001111001111110111010111001 | f1f7caeb8eafd6e7b1e7eeb9 |
UTF-8 | 髣暮ッ帛援邱 | 111010011010101110100011111001101001101010101110111011111011110110101111111001011011100010011011111001101000111110110100111010011000001010110001 | e9aba3e69aaeefbdafe5b89be68fb4e982b1 |
UHC | ?暮?帛援邱 | 00111111110110011011101000111111110110111101100111101010101101011100111111001000 | 3fd9ba3fdbd9eab5cfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)