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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 肛ワか羯 | 1110001111101000100000111000111110000010101010011110001110111001 | e3e8838f82a9e3b9 |
EUC-JP | 肛ワか羯 | 1110011011101010101001011110111110100100101010111110011010111011 | e6eaa5efa4abe6bb |
UTF-8 | 肛ワか羯 | 111010001000001010011011111000111000001110101111111000111000000110001011111001111011111010101111 | e8829be383afe3818be7beaf |
UHC | 肛ワか? | 11111001111111011010101111101111101010101010101100111111 | f9fdabefaaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)