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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錵ル臭矗雁 | 11101000010001011000001110001011100011110100110011100001110111101000101011100101 | e845838b8f4ce1de8ae5 |
EUC-JP | 錵ル臭矗雁 | 11101111101001101010010111101011101111011010110111100010111000001011010011100111 | efa6a5ebbdade2e0b4e7 |
UTF-8 | 錵ル臭矗雁 | 111010011000110010110101111000111000001110101011111010001000011110101101111001111001111110010111111010011001101110000001 | e98cb5e383abe887ade79f97e99b81 |
UHC | ?ル臭矗雁 | 001111111010101111101011111101101010101111110101101110001110010011010010 | 3fabebf6abf5b8e4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)