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 | 褥ф?墻ヨ? | 11100101111100011000010010000110001111111001101011010100100000111000100000111111 | e5f184863f9ad483883f |
EUC-JP | 褥ф?墻ヨ? | 11101010111100111010011111100110001111111101010011010110101001011110100000111111 | eaf3a7e63fd4d6a5e83f |
UTF-8 | 褥ф꼇墻ヨ뮅 | 1110100010100100101001011101000110000100111010101011110010000111111001011010001010111011111000111000001110101000111010111010111010000101 | e8a4a5d184eabc87e5a2bbe383a8ebae85 |
UHC | 褥ф꼇墻ヨ뮅 | 111010011011001110101100111001101011001010111011111011011101111110101011111010001001001010010100 | e9b3ace6b2bbeddfabe89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)