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 | 齧?粗? | 111010101001011000111111100100010110010100111111 | ea963f91653f |
EUC-JP | 齧?粗? | 111100111111011000111111110000011100011000111111 | f3f63fc1c63f |
UTF-8 | 齧솩粗솔 | 111010011011110110100111111011001000011010101001111001111011001010010111111011001000011010010100 | e9bda7ec86a9e7b297ec8694 |
UHC | 齧솩粗솔 | 1110000011100101101111001101111011110000110110001011110011010110 | e0e5bcdef0d8bcd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)