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 | 癲レ?揖ユ? | 11100001100111111000001110001100001111111001011101001011100000111000011000111111 | e19f838c3f974b83863f |
EUC-JP | 癲レ?揖ユ? | 11100010101000011010010111101100001111111100110110101100101001011110011000111111 | e2a1a5ec3fcdaca5e63f |
UTF-8 | 癲レ럩揖ユ꼷 | 111001111001100110110010111000111000001110101100111010111001111110101001111001101000111110010110111000111000001110100110111010101011110010110111 | e799b2e383aceb9fa9e68f96e383a6eabcb7 |
UHC | 癲レ럩揖ユ꼷 | 111011111010011010101011111011001000111010001100111010111110011110101011111001101000010010001111 | efa6abec8e8cebe7abe6848f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)