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 | åýì·ú¥ | 1110010111111101100110101110110010010101101101111111101010100101 | e5fd9aec95b7faa5 |
SJIS-WIN | ???????¥ | 001111110011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f3f818f |
EUC-JP | åý?ì??ú? | 10001111101010111010100110001111101010111111001000111111100011111010101111000000001111110011111110001111101010111110001000111111 | 8faba98fabf23f8fabc03f3f8fabe23f |
UTF-8 | åýì·ú¥ | 11000011101001011100001110111101110000101001101011000011101011001100001010010101110000101011011111000011101110101100001010100101 | c3a5c3bdc29ac3acc295c2b7c3bac2a5 |
UHC | ?????·?? | 001111110011111100111111001111110011111110100001101001000011111100111111 | 3f3f3f3f3fa1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)